Html Css Color HEX #33BDBF Light Sea Green

📋 copy color: '#33BDBF'

red 51 ◦ green 189 ◦ blue 191

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

Shades of Light Sea Green #33BDBF

Tints of Light Sea Green #33BDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 11.83%
G = 43.85%
B = 44.32%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#33BDBF (or 0x33BDBF) is known color: Light Sea Green. HEX triplet: 33, BD and BF. RGB value is (51,189,191). Sum of RGB (Red+Green+Blue) = 51+189+191=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #33BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDBF is #CC4240. Grayscale: #939393. Windows color (decimal): -13386305 or 12565811. OLE color: 12565811.

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

Color convert

RGB 51 189 191 -
CMYK 0.73 0.01 0 0.25
HSL 180.86º 0.58% 0.47% -
HSV(B) 180.86º 0.73% 0.75% -
XYZ 28.97 40.86 55.65 -
YUV 147.97 152.28 58.84 -
System Red Green Blue C M Y K H S L
Decimal 51 189 191 0.73 0.01 0 0.25 180.86 0.58 0.47
Hex 33 BD BF 49 1 0 19 B5 3A 2F
Octal 63 275 277 111 1 0 31 265 72 57
Binary 110011 10111101 10111111 1001001 1 0 11001 10110101 111010 101111

Color Harmonies of #33BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDBF

Black with #33BDBF

Text Example


Text Example

White with #33BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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