Html Css Color HEX #33BCAC Light Sea Green

📋 copy color: '#33BCAC'

red 51 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #33BCAC

Tints of Light Sea Green #33BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 12.41%
G = 45.74%
B = 41.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#33BCAC (or 0x33BCAC) is known color: Light Sea Green. HEX triplet: 33, BC and AC. RGB value is (51,188,172). Sum of RGB (Red+Green+Blue) = 51+188+172=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCAC is #CC4353. Grayscale: #919191. Windows color (decimal): -13386580 or 11320371. OLE color: 11320371.

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

Color convert

RGB 51 188 172 -
CMYK 0.73 0 0.09 0.26
HSL 172.99º 0.57% 0.47% -
HSV(B) 172.99º 0.73% 0.74% -
XYZ 26.79 39.65 45.27 -
YUV 145.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 51 188 172 0.73 0 0.09 0.26 172.99 0.57 0.47
Hex 33 BC AC 49 0 9 1A AD 39 2F
Octal 63 274 254 111 0 11 32 255 71 57
Binary 110011 10111100 10101100 1001001 0 1001 11010 10101101 111001 101111

Color Harmonies of #33BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BCAC

Black with #33BCAC

Text Example


Text Example

White with #33BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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