Html Css Color HEX #33BCB2 Light Sea Green

📋 copy color: '#33BCB2'

red 51 ◦ green 188 ◦ blue 178

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

Shades of Light Sea Green #33BCB2

Tints of Light Sea Green #33BCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 12.23%
G = 45.08%
B = 42.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#33BCB2 (or 0x33BCB2) is known color: Light Sea Green. HEX triplet: 33, BC and B2. RGB value is (51,188,178). Sum of RGB (Red+Green+Blue) = 51+188+178=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCB2 is #CC434D. Grayscale: #919191. Windows color (decimal): -13386574 or 11713587. OLE color: 11713587.

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

Color convert

RGB 51 188 178 -
CMYK 0.73 0 0.05 0.26
HSL 175.62º 0.57% 0.47% -
HSV(B) 175.62º 0.73% 0.74% -
XYZ 27.38 39.88 48.37 -
YUV 145.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 51 188 178 0.73 0 0.05 0.26 175.62 0.57 0.47
Hex 33 BC B2 49 0 5 1A B0 39 2F
Octal 63 274 262 111 0 5 32 260 71 57
Binary 110011 10111100 10110010 1001001 0 101 11010 10110000 111001 101111

Color Harmonies of #33BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCB2

Black with #33BCB2

Text Example


Text Example

White with #33BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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