Html Css Color HEX #33C0B7 Light Sea Green

📋 copy color: '#33C0B7'

red 51 ◦ green 192 ◦ blue 183

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

Shades of Light Sea Green #33C0B7

Tints of Light Sea Green #33C0B7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 183 (71.88% from 255) = 42.96%

R = 11.97%
G = 45.07%
B = 42.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#33C0B7 (or 0x33C0B7) is known color: Light Sea Green. HEX triplet: 33, C0 and B7. RGB value is (51,192,183). Sum of RGB (Red+Green+Blue) = 51+192+183=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #33C0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C0B7 is #CC3F48. Grayscale: #949494. Windows color (decimal): -13385545 or 12042291. OLE color: 12042291.

HSL color Cylindrical-coordinate representation of color #33C0B7: hue angle of 176.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C0B7 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 192 183 -
CMYK 0.73 0 0.05 0.25
HSL 176.17º 0.58% 0.48% -
HSV(B) 176.17º 0.73% 0.75% -
XYZ 28.76 41.82 51.36 -
YUV 148.82 147.29 58.23 -
System Red Green Blue C M Y K H S L
Decimal 51 192 183 0.73 0 0.05 0.25 176.17 0.58 0.48
Hex 33 C0 B7 49 0 5 19 B0 3A 30
Octal 63 300 267 111 0 5 31 260 72 60
Binary 110011 11000000 10110111 1001001 0 101 11001 10110000 111010 110000

Color Harmonies of #33C0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C0B7

Black with #33C0B7

Text Example


Text Example

White with #33C0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,192,183); }

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

background-color css

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

 a { background-color: rgb(51,192,183); }

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

border-color css

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

 span { border-color: rgb(51,192,183); }

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