Html Css Color HEX #33BDBA Light Sea Green

📋 copy color: '#33BDBA'

red 51 ◦ green 189 ◦ blue 186

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

Shades of Light Sea Green #33BDBA

Tints of Light Sea Green #33BDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 11.97%
G = 44.37%
B = 43.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#33BDBA (or 0x33BDBA) is known color: Light Sea Green. HEX triplet: 33, BD and BA. RGB value is (51,189,186). Sum of RGB (Red+Green+Blue) = 51+189+186=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #33BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDBA is #CC4245. Grayscale: #939393. Windows color (decimal): -13386310 or 12238131. OLE color: 12238131.

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

Color convert

RGB 51 189 186 -
CMYK 0.73 0 0.02 0.26
HSL 178.7º 0.58% 0.47% -
HSV(B) 178.7º 0.73% 0.74% -
XYZ 28.43 40.64 52.8 -
YUV 147.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 51 189 186 0.73 0 0.02 0.26 178.7 0.58 0.47
Hex 33 BD BA 49 0 2 1A B3 3A 2F
Octal 63 275 272 111 0 2 32 263 72 57
Binary 110011 10111101 10111010 1001001 0 10 11010 10110011 111010 101111

Color Harmonies of #33BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDBA

Black with #33BDBA

Text Example


Text Example

White with #33BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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