Html Css Color HEX #19B1AF Light Sea Green

📋 copy color: '#19B1AF'

red 25 ◦ green 177 ◦ blue 175

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

Shades of Light Sea Green #19B1AF

Tints of Light Sea Green #19B1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.95%

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 6.63%
G = 46.95%
B = 46.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#19B1AF (or 0x19B1AF) is known color: Light Sea Green. HEX triplet: 19, B1 and AF. RGB value is (25,177,175). Sum of RGB (Red+Green+Blue) = 25+177+175=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #19B1AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19B1AF is #E64E50. Grayscale: #838383. Windows color (decimal): -15093329 or 11514137. OLE color: 11514137.

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

Color convert

RGB 25 177 175 -
CMYK 0.86 0 0.01 0.31
HSL 179.21º 0.75% 0.4% -
HSV(B) 179.21º 0.86% 0.69% -
XYZ 23.86 34.75 46.01 -
YUV 131.32 152.64 52.16 -
System Red Green Blue C M Y K H S L
Decimal 25 177 175 0.86 0 0.01 0.31 179.21 0.75 0.4
Hex 19 B1 AF 56 0 1 1F B3 4B 28
Octal 31 261 257 126 0 1 37 263 113 50
Binary 11001 10110001 10101111 1010110 0 1 11111 10110011 1001011 101000

Color Harmonies of #19B1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B1AF

Black with #19B1AF

Text Example


Text Example

White with #19B1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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