Html Css Color HEX #33BCB4 Light Sea Green

📋 copy color: '#33BCB4'

red 51 ◦ green 188 ◦ blue 180

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

Shades of Light Sea Green #33BCB4

Tints of Light Sea Green #33BCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.96%

R = 12.17%
G = 44.87%
B = 42.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#33BCB4 (or 0x33BCB4) is known color: Light Sea Green. HEX triplet: 33, BC and B4. RGB value is (51,188,180). Sum of RGB (Red+Green+Blue) = 51+188+180=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCB4 is #CC434B. Grayscale: #929292. Windows color (decimal): -13386572 or 11844659. OLE color: 11844659.

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

Color convert

RGB 51 188 180 -
CMYK 0.73 0 0.04 0.26
HSL 176.5º 0.57% 0.47% -
HSV(B) 176.5º 0.73% 0.74% -
XYZ 27.59 39.97 49.44 -
YUV 146.13 147.11 60.15 -
System Red Green Blue C M Y K H S L
Decimal 51 188 180 0.73 0 0.04 0.26 176.5 0.57 0.47
Hex 33 BC B4 49 0 4 1A B0 39 2F
Octal 63 274 264 111 0 4 32 260 71 57
Binary 110011 10111100 10110100 1001001 0 100 11010 10110000 111001 101111

Color Harmonies of #33BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCB4

Black with #33BCB4

Text Example


Text Example

White with #33BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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