Html Css Color HEX #14ABAB Light Sea Green

📋 copy color: '#14ABAB'

red 20 ◦ green 171 ◦ blue 171

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

Shades of Light Sea Green #14ABAB

Tints of Light Sea Green #14ABAB

RGB

 RED value IS 20 (8.2% from 255) = 5.52%

 GREEN value IS 171 (67.19% from 255) = 47.24%

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 5.52%
G = 47.24%
B = 47.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#14ABAB (or 0x14ABAB) is known color: Light Sea Green. HEX triplet: 14, AB and AB. RGB value is (20,171,171). Sum of RGB (Red+Green+Blue) = 20+171+171=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #14ABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ABAB is #EB5454. Grayscale: #7D7D7D. Windows color (decimal): -15422549 or 11250452. OLE color: 11250452.

HSL color Cylindrical-coordinate representation of color #14ABAB: hue angle of 180º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14ABAB is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 171 -
CMYK 0.88 0 0 0.33
HSL 180º 0.79% 0.37% -
HSV(B) 180º 0.88% 0.67% -
XYZ 22.2 32.21 43.58 -
YUV 125.85 153.47 52.5 -
System Red Green Blue C M Y K H S L
Decimal 20 171 171 0.88 0 0 0.33 180 0.79 0.37
Hex 14 AB AB 58 0 0 21 B4 4F 25
Octal 24 253 253 130 0 0 41 264 117 45
Binary 10100 10101011 10101011 1011000 0 0 100001 10110100 1001111 100101

Color Harmonies of #14ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ABAB

Black with #14ABAB

Text Example


Text Example

White with #14ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14ABAB; }

 p { color: rgb(20,171,171); }

 H1.HeaderClassName
 {
   color: #14ABAB;
 }
 .AnyTagClassName
 {
   color: #14ABAB;
 }
</style>

background-color css

<style>
 a { background-color: #14ABAB; }

 a { background-color: rgb(20,171,171); }

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

border-color css

<style>
 span { border-color: #14ABAB; }

 span { border-color: rgb(20,171,171); }

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