Html Css Color HEX #33BDB8 Light Sea Green

📋 copy color: '#33BDB8'

red 51 ◦ green 189 ◦ blue 184

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

Shades of Light Sea Green #33BDB8

Tints of Light Sea Green #33BDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.58%

 BLUE value IS 184 (72.27% from 255) = 43.4%

R = 12.03%
G = 44.58%
B = 43.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#33BDB8 (or 0x33BDB8) is known color: Light Sea Green. HEX triplet: 33, BD and B8. RGB value is (51,189,184). Sum of RGB (Red+Green+Blue) = 51+189+184=424 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.03% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #33BDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDB8 is #CC4247. Grayscale: #939393. Windows color (decimal): -13386312 or 12107059. OLE color: 12107059.

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

Color convert

RGB 51 189 184 -
CMYK 0.73 0 0.03 0.26
HSL 177.83º 0.58% 0.47% -
HSV(B) 177.83º 0.73% 0.74% -
XYZ 28.21 40.56 51.69 -
YUV 147.17 148.78 59.41 -
System Red Green Blue C M Y K H S L
Decimal 51 189 184 0.73 0 0.03 0.26 177.83 0.58 0.47
Hex 33 BD B8 49 0 3 1A B2 3A 2F
Octal 63 275 270 111 0 3 32 262 72 57
Binary 110011 10111101 10111000 1001001 0 11 11010 10110010 111010 101111

Color Harmonies of #33BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDB8

Black with #33BDB8

Text Example


Text Example

White with #33BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,189,184); }

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

background-color css

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

 a { background-color: rgb(51,189,184); }

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

border-color css

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

 span { border-color: rgb(51,189,184); }

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