Html Css Color HEX #33BCAA Light Sea Green

📋 copy color: '#33BCAA'

red 51 ◦ green 188 ◦ blue 170

#33BCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #33BCAA

Tints of Light Sea Green #33BCAA

RGB

 RED value IS 51 (20.31% from 255) = 12.47%

 GREEN value IS 188 (73.83% from 255) = 45.97%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 12.47%
G = 45.97%
B = 41.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#33BCAA (or 0x33BCAA) is known color: Light Sea Green. HEX triplet: 33, BC and AA. RGB value is (51,188,170). Sum of RGB (Red+Green+Blue) = 51+188+170=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCAA is #CC4355. Grayscale: #909090. Windows color (decimal): -13386582 or 11189299. OLE color: 11189299.

HSL color Cylindrical-coordinate representation of color #33BCAA: hue angle of 172.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BCAA is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 170 -
CMYK 0.73 0 0.10 0.26
HSL 172.12º 0.57% 0.47% -
HSV(B) 172.12º 0.73% 0.74% -
XYZ 26.6 39.57 44.27 -
YUV 144.99 142.11 60.96 -
System Red Green Blue C M Y K H S L
Decimal 51 188 170 0.73 0 0.10 0.26 172.12 0.57 0.47
Hex 33 BC AA 49 0 A 1A AC 39 2F
Octal 63 274 252 111 0 12 32 254 71 57
Binary 110011 10111100 10101010 1001001 0 1010 11010 10101100 111001 101111

Color Harmonies of #33BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCAA

Black with #33BCAA

Text Example


Text Example

White with #33BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,188,170); }

 H1.HeaderClassName
 {
   color: #33BCAA;
 }
 .AnyTagClassName
 {
   color: #33BCAA;
 }
</style>

background-color css

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

 a { background-color: rgb(51,188,170); }

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

border-color css

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

 span { border-color: rgb(51,188,170); }

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