Html Css Color HEX #19AFB0 Light Sea Green

📋 copy color: '#19AFB0'

red 25 ◦ green 175 ◦ blue 176

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

Shades of Light Sea Green #19AFB0

Tints of Light Sea Green #19AFB0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.54%

 BLUE value IS 176 (69.14% from 255) = 46.81%

R = 6.65%
G = 46.54%
B = 46.81%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#19AFB0 (or 0x19AFB0) is known color: Light Sea Green. HEX triplet: 19, AF and B0. RGB value is (25,175,176). Sum of RGB (Red+Green+Blue) = 25+175+176=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #19AFB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AFB0 is #E6504F. Grayscale: #828282. Windows color (decimal): -15093840 or 11579161. OLE color: 11579161.

HSL color Cylindrical-coordinate representation of color #19AFB0: hue angle of 180.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AFB0 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 176 -
CMYK 0.86 0.01 0 0.31
HSL 180.4º 0.75% 0.39% -
HSV(B) 180.4º 0.86% 0.69% -
XYZ 23.57 34 46.4 -
YUV 130.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 25 175 176 0.86 0.01 0 0.31 180.4 0.75 0.39
Hex 19 AF B0 56 1 0 1F B4 4B 27
Octal 31 257 260 126 1 0 37 264 113 47
Binary 11001 10101111 10110000 1010110 1 0 11111 10110100 1001011 100111

Color Harmonies of #19AFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AFB0

Black with #19AFB0

Text Example


Text Example

White with #19AFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,175,176); }

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

background-color css

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

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

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

border-color css

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

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

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