Html Css Color HEX #33BCC0 Light Sea Green

📋 copy color: '#33BCC0'

red 51 ◦ green 188 ◦ blue 192

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

Shades of Light Sea Green #33BCC0

Tints of Light Sea Green #33BCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 11.83%
G = 43.62%
B = 44.55%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#33BCC0 (or 0x33BCC0) is known color: Light Sea Green. HEX triplet: 33, BC and C0. RGB value is (51,188,192). Sum of RGB (Red+Green+Blue) = 51+188+192=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #33BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCC0 is #CC433F. Grayscale: #939393. Windows color (decimal): -13386560 or 12631091. OLE color: 12631091.

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

Color convert

RGB 51 188 192 -
CMYK 0.73 0.02 0 0.25
HSL 181.7º 0.58% 0.48% -
HSV(B) 181.7º 0.73% 0.75% -
XYZ 28.86 40.48 56.16 -
YUV 147.49 153.11 59.17 -
System Red Green Blue C M Y K H S L
Decimal 51 188 192 0.73 0.02 0 0.25 181.7 0.58 0.48
Hex 33 BC C0 49 2 0 19 B6 3A 30
Octal 63 274 300 111 2 0 31 266 72 60
Binary 110011 10111100 11000000 1001001 10 0 11001 10110110 111010 110000

Color Harmonies of #33BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCC0

Black with #33BCC0

Text Example


Text Example

White with #33BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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