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

📋 copy color: '#14CFB4'

red 20 ◦ green 207 ◦ blue 180

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

Shades of Robin's Egg Blue #14CFB4

Tints of Robin's Egg Blue #14CFB4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.86%

 BLUE value IS 180 (70.7% from 255) = 44.23%

R = 4.91%
G = 50.86%
B = 44.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#14CFB4 (or 0x14CFB4) is known color: Robin's Egg Blue. HEX triplet: 14, CF and B4. RGB value is (20,207,180). Sum of RGB (Red+Green+Blue) = 20+207+180=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFB4 is #EB304B. Grayscale: #939393. Windows color (decimal): -15413324 or 11849492. OLE color: 11849492.

HSL color Cylindrical-coordinate representation of color #14CFB4: hue angle of 171.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CFB4 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 180 -
CMYK 0.90 0 0.13 0.19
HSL 171.34º 0.82% 0.45% -
HSV(B) 171.34º 0.9% 0.81% -
XYZ 30.84 48.07 50.83 -
YUV 148.01 146.05 36.7 -
System Red Green Blue C M Y K H S L
Decimal 20 207 180 0.90 0 0.13 0.19 171.34 0.82 0.45
Hex 14 CF B4 5A 0 D 13 AB 52 2D
Octal 24 317 264 132 0 15 23 253 122 55
Binary 10100 11001111 10110100 1011010 0 1101 10011 10101011 1010010 101101

Color Harmonies of #14CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFB4

Black with #14CFB4

Text Example


Text Example

White with #14CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,207,180); }

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

background-color css

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

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

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

border-color css

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

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

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