#19BFA4

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

Shades of Light Sea Green #19BFA4

Tints of Light Sea Green #19BFA4

Color information

#19BFA4 (or 0x19BFA4) is unknown color: approx Light Sea Green. HEX triplet: 19, BF and A4. RGB value is (25,191,164). Sum of RGB (Red+Green+Blue) = 25+191+164=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #19BFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BFA4 is #E6405B. Grayscale: #8A8A8A. Windows color (decimal): -15089756 or 10796825. OLE color: 10796825.

HSL color Cylindrical-coordinate representation of color #19BFA4: hue angle of 170.24º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BFA4 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB25191164-
CMYK0.8700.140.25
HSL170.24º76.85%42.35%-
HSV(B)170.24º86.91%74.9%-
XYZ25.7340.1541.52-
YUV138.29142.547.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.58%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=6.58%
G=50.26%
B=43.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251911640.8700.140.25170.2476.8542.35
Hex19BFA4570E19aa4d2a
Octal312772441270163125211552
Binary11001101111111010010010101110111011001101010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19BFA4; }

 p { color: rgb(25,191,164); }

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

<style>
 a { background-color: #19BFA4; }

 a { background-color: rgb(25,191,164); }

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

<style>
 span { border-color: #19BFA4; }

 span { border-color: rgb(25,191,164); }

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