Html Css Color HEX #14CAB9 Robin's Egg Blue

📋 copy color: '#14CAB9'

red 20 ◦ green 202 ◦ blue 185

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

Shades of Robin's Egg Blue #14CAB9

Tints of Robin's Egg Blue #14CAB9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.63%

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 4.91%
G = 49.63%
B = 45.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#14CAB9 (or 0x14CAB9) is known color: Robin's Egg Blue. HEX triplet: 14, CA and B9. RGB value is (20,202,185). Sum of RGB (Red+Green+Blue) = 20+202+185=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #14CAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CAB9 is #EB3546. Grayscale: #919191. Windows color (decimal): -15414599 or 12175892. OLE color: 12175892.

HSL color Cylindrical-coordinate representation of color #14CAB9: hue angle of 174.4º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CAB9 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 202 185 -
CMYK 0.90 0 0.08 0.21
HSL 174.4º 0.82% 0.44% -
HSV(B) 174.4º 0.9% 0.79% -
XYZ 30.17 45.89 53.17 -
YUV 145.64 150.2 38.38 -
System Red Green Blue C M Y K H S L
Decimal 20 202 185 0.90 0 0.08 0.21 174.4 0.82 0.44
Hex 14 CA B9 5A 0 8 15 AE 52 2C
Octal 24 312 271 132 0 10 25 256 122 54
Binary 10100 11001010 10111001 1011010 0 1000 10101 10101110 1010010 101100

Color Harmonies of #14CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CAB9

Black with #14CAB9

Text Example


Text Example

White with #14CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,202,185); }

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

background-color css

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

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

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

border-color css

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

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

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