Html Css Color HEX #19BABB Light Sea Green

📋 copy color: '#19BABB'

red 25 ◦ green 186 ◦ blue 187

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

Shades of Light Sea Green #19BABB

Tints of Light Sea Green #19BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 6.28%
G = 46.73%
B = 46.98%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#19BABB (or 0x19BABB) is known color: Light Sea Green. HEX triplet: 19, BA and BB. RGB value is (25,186,187). Sum of RGB (Red+Green+Blue) = 25+186+187=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #19BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BABB is #E64544. Grayscale: #898989. Windows color (decimal): -15091013 or 12302873. OLE color: 12302873.

HSL color Cylindrical-coordinate representation of color #19BABB: hue angle of 180.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BABB is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 187 -
CMYK 0.87 0.01 0 0.27
HSL 180.37º 0.76% 0.42% -
HSV(B) 180.37º 0.87% 0.73% -
XYZ 26.93 38.91 53.11 -
YUV 137.98 155.66 47.42 -
System Red Green Blue C M Y K H S L
Decimal 25 186 187 0.87 0.01 0 0.27 180.37 0.76 0.42
Hex 19 BA BB 57 1 0 1B B4 4C 2A
Octal 31 272 273 127 1 0 33 264 114 52
Binary 11001 10111010 10111011 1010111 1 0 11011 10110100 1001100 101010

Color Harmonies of #19BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BABB

Black with #19BABB

Text Example


Text Example

White with #19BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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