Html Css Color HEX #19C0BE Light Sea Green

📋 copy color: '#19C0BE'

red 25 ◦ green 192 ◦ blue 190

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

Shades of Light Sea Green #19C0BE

Tints of Light Sea Green #19C0BE

RGB

 RED value IS 25 (10.16% from 255) = 6.14%

 GREEN value IS 192 (75.39% from 255) = 47.17%

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 6.14%
G = 47.17%
B = 46.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#19C0BE (or 0x19C0BE) is known color: Light Sea Green. HEX triplet: 19, C0 and BE. RGB value is (25,192,190). Sum of RGB (Red+Green+Blue) = 25+192+190=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #19C0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C0BE is #E63F41. Grayscale: #8D8D8D. Windows color (decimal): -15089474 or 12501017. OLE color: 12501017.

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

Color convert

RGB 25 192 190 -
CMYK 0.87 0 0.01 0.25
HSL 179.28º 0.77% 0.43% -
HSV(B) 179.28º 0.87% 0.75% -
XYZ 28.54 41.62 55.24 -
YUV 141.84 155.17 44.66 -
System Red Green Blue C M Y K H S L
Decimal 25 192 190 0.87 0 0.01 0.25 179.28 0.77 0.43
Hex 19 C0 BE 57 0 1 19 B3 4D 2B
Octal 31 300 276 127 0 1 31 263 115 53
Binary 11001 11000000 10111110 1010111 0 1 11001 10110011 1001101 101011

Color Harmonies of #19C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C0BE

Black with #19C0BE

Text Example


Text Example

White with #19C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19C0BE;
 }
 .AnyTagClassName
 {
   color: #19C0BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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