#19BEBE

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

Shades of Light Sea Green #19BEBE

Tints of Light Sea Green #19BEBE

Color information

#19BEBE (or 0x19BEBE) is unknown color: approx Light Sea Green. HEX triplet: 19, BE and BE. RGB value is (25,190,190). Sum of RGB (Red+Green+Blue) = 25+190+190=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #19BEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BEBE is #E64141. Grayscale: #8C8C8C. Windows color (decimal): -15089986 or 12500505. OLE color: 12500505.

HSL color Cylindrical-coordinate representation of color #19BEBE: hue angle of 180º 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 #19BEBE is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25190190-
CMYK0.87000.25
HSL180º76.74%42.16%-
HSV(B)180º86.84%74.51%-
XYZ28.1140.7555.1-
YUV140.66155.8445.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.17%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=6.17%
G=46.91%
B=46.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251901900.87000.2518076.7442.16
Hex19BEBE570019b44d2a
Octal31276276127003126411552
Binary11001101111101011111010101110011001101101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,190,190); }

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

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

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

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

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

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

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