Html Css Color HEX #33BCBA Light Sea Green

📋 copy color: '#33BCBA'

red 51 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #33BCBA

Tints of Light Sea Green #33BCBA

RGB

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

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

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

R = 12%
G = 44.24%
B = 43.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#33BCBA (or 0x33BCBA) is known color: Light Sea Green. HEX triplet: 33, BC and BA. RGB value is (51,188,186). Sum of RGB (Red+Green+Blue) = 51+188+186=425 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCBA is #CC4345. Grayscale: #929292. Windows color (decimal): -13386566 or 12237875. OLE color: 12237875.

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

Color convert

RGB 51 188 186 -
CMYK 0.73 0 0.01 0.26
HSL 179.12º 0.57% 0.47% -
HSV(B) 179.12º 0.73% 0.74% -
XYZ 28.21 40.22 52.73 -
YUV 146.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 51 188 186 0.73 0 0.01 0.26 179.12 0.57 0.47
Hex 33 BC BA 49 0 1 1A B3 39 2F
Octal 63 274 272 111 0 1 32 263 71 57
Binary 110011 10111100 10111010 1001001 0 1 11010 10110011 111001 101111

Color Harmonies of #33BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCBA

Black with #33BCBA

Text Example


Text Example

White with #33BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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