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

📋 copy color: '#14CCBC'

red 20 ◦ green 204 ◦ blue 188

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

Shades of Robin's Egg Blue #14CCBC

Tints of Robin's Egg Blue #14CCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.51%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 4.85%
G = 49.51%
B = 45.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#14CCBC (or 0x14CCBC) is known color: Robin's Egg Blue. HEX triplet: 14, CC and BC. RGB value is (20,204,188). Sum of RGB (Red+Green+Blue) = 20+204+188=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCBC is #EB3343. Grayscale: #939393. Windows color (decimal): -15414084 or 12373012. OLE color: 12373012.

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

Color convert

RGB 20 204 188 -
CMYK 0.90 0 0.08 0.2
HSL 174.78º 0.82% 0.44% -
HSV(B) 174.78º 0.9% 0.8% -
XYZ 30.96 46.97 55.01 -
YUV 147.16 151.04 37.3 -
System Red Green Blue C M Y K H S L
Decimal 20 204 188 0.90 0 0.08 0.2 174.78 0.82 0.44
Hex 14 CC BC 5A 0 8 14 AF 52 2C
Octal 24 314 274 132 0 10 24 257 122 54
Binary 10100 11001100 10111100 1011010 0 1000 10100 10101111 1010010 101100

Color Harmonies of #14CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCBC

Black with #14CCBC

Text Example


Text Example

White with #14CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,204,188); }

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

background-color css

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

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

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

border-color css

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

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

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