Html Css Color HEX #33BCAE Light Sea Green

📋 copy color: '#33BCAE'

red 51 ◦ green 188 ◦ blue 174

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

Shades of Light Sea Green #33BCAE

Tints of Light Sea Green #33BCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 12.35%
G = 45.52%
B = 42.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#33BCAE (or 0x33BCAE) is known color: Light Sea Green. HEX triplet: 33, BC and AE. RGB value is (51,188,174). Sum of RGB (Red+Green+Blue) = 51+188+174=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCAE is #CC4351. Grayscale: #919191. Windows color (decimal): -13386578 or 11451443. OLE color: 11451443.

HSL color Cylindrical-coordinate representation of color #33BCAE: hue angle of 173.87º 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 #33BCAE is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 174 -
CMYK 0.73 0 0.07 0.26
HSL 173.87º 0.57% 0.47% -
HSV(B) 173.87º 0.73% 0.74% -
XYZ 26.99 39.73 46.29 -
YUV 145.44 144.11 60.64 -
System Red Green Blue C M Y K H S L
Decimal 51 188 174 0.73 0 0.07 0.26 173.87 0.57 0.47
Hex 33 BC AE 49 0 7 1A AE 39 2F
Octal 63 274 256 111 0 7 32 256 71 57
Binary 110011 10111100 10101110 1001001 0 111 11010 10101110 111001 101111

Color Harmonies of #33BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCAE

Black with #33BCAE

Text Example


Text Example

White with #33BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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