Html Css Color HEX #19C8BA Light Sea Green

📋 copy color: '#19C8BA'

red 25 ◦ green 200 ◦ blue 186

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

Shades of Light Sea Green #19C8BA

Tints of Light Sea Green #19C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.66%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 6.08%
G = 48.66%
B = 45.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#19C8BA (or 0x19C8BA) is known color: Light Sea Green. HEX triplet: 19, C8 and BA. RGB value is (25,200,186). Sum of RGB (Red+Green+Blue) = 25+200+186=411 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.08% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #19C8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C8BA is #E63745. Grayscale: #919191. Windows color (decimal): -15087430 or 12240921. OLE color: 12240921.

HSL color Cylindrical-coordinate representation of color #19C8BA: hue angle of 175.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C8BA is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 200 186 -
CMYK 0.88 0 0.07 0.22
HSL 175.2º 0.78% 0.44% -
HSV(B) 175.2º 0.88% 0.78% -
XYZ 29.92 45.06 53.58 -
YUV 146.08 150.52 41.64 -
System Red Green Blue C M Y K H S L
Decimal 25 200 186 0.88 0 0.07 0.22 175.2 0.78 0.44
Hex 19 C8 BA 58 0 7 16 AF 4E 2C
Octal 31 310 272 130 0 7 26 257 116 54
Binary 11001 11001000 10111010 1011000 0 111 10110 10101111 1001110 101100

Color Harmonies of #19C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C8BA

Black with #19C8BA

Text Example


Text Example

White with #19C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,200,186); }

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

background-color css

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

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

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

border-color css

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

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

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