#33BCA5

Color #33BCA5 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #33BCA5

Tints of Light Sea Green #33BCA5

Color information

#33BCA5 (or 0x33BCA5) is unknown color: approx Light Sea Green. HEX triplet: 33, BC and A5. RGB value is (51,188,165). Sum of RGB (Red+Green+Blue) = 51+188+165=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCA5 is #CC435A. Grayscale: #909090. Windows color (decimal): -13386587 or 10861619. OLE color: 10861619.

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

Color convert

RGB51188165-
CMYK0.7300.120.26
HSL169.93º57.32%46.86%-
HSV(B)169.93º72.87%73.73%-
XYZ26.1439.3941.82-
YUV144.42139.6161.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.62%
GREEN value IS 188 (73.83% from 255) = 46.53%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=12.62%
G=46.53%
B=40.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511881650.7300.120.26169.9357.3246.86
Hex33BCA5490C1Aaa392f
Octal63274245111014322527157
Binary11001110111100101001011001001011001101010101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33BCA5;
 }
 .AnyTagClassName
 {
   color: #33BCA5;
 }
</style>
background-color css

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

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

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

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

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

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