#33C1BA

Color #33C1BA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #33C1BA

Tints of Light Sea Green #33C1BA

Color information

#33C1BA (or 0x33C1BA) is unknown color: approx Light Sea Green. HEX triplet: 33, C1 and BA. RGB value is (51,193,186). Sum of RGB (Red+Green+Blue) = 51+193+186=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #33C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C1BA is #CC3E45. Grayscale: #959595. Windows color (decimal): -13385286 or 12239155. OLE color: 12239155.

HSL color Cylindrical-coordinate representation of color #33C1BA: hue angle of 177.04º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C1BA is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB51193186-
CMYK0.7400.040.24
HSL177.04º58.2%47.84%-
HSV(B)177.04º73.58%75.69%-
XYZ29.342.3953.09-
YUV149.74148.4657.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 11.86%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=11.86%
G=44.88%
B=43.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal511931860.7400.040.24177.0458.247.84
Hex33C1BA4A0418b13a30
Octal6330127211204302617260
Binary1100111100000110111010100101001001100010110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33C1BA; }

 p { color: rgb(51,193,186); }

 H1.HeaderClassName
 {
   color: #33C1BA;
 }
 .AnyTagClassName
 {
   color: #33C1BA;
 }
</style>
background-color css

<style>
 a { background-color: #33C1BA; }

 a { background-color: rgb(51,193,186); }

 div.DivClassName
 {
   background-color: #33C1BA;
 }
 .BgClassName
 {
   background-color: #33C1BA;
 }
</style>
border-color css

<style>
 span { border-color: #33C1BA; }

 span { border-color: rgb(51,193,186); }

 td.TdClassName
 {
   border-color: #33C1BA;
 }
 .TagClassName
 {
   border-color: #33C1BA;
 }
</style>