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

📋 copy color: '#14CCBB'

red 20 ◦ green 204 ◦ blue 187

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

Shades of Robin's Egg Blue #14CCBB

Tints of Robin's Egg Blue #14CCBB

RGB

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

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

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

R = 4.87%
G = 49.64%
B = 45.5%

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

#14CCBB (or 0x14CCBB) is known color: Robin's Egg Blue. HEX triplet: 14, CC and BB. RGB value is (20,204,187). Sum of RGB (Red+Green+Blue) = 20+204+187=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCBB is #EB3344. Grayscale: #929292. Windows color (decimal): -15414085 or 12307476. OLE color: 12307476.

HSL color Cylindrical-coordinate representation of color #14CCBB: hue angle of 174.46º 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 #14CCBB is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 187 -
CMYK 0.90 0 0.08 0.2
HSL 174.46º 0.82% 0.44% -
HSV(B) 174.46º 0.9% 0.8% -
XYZ 30.85 46.92 54.44 -
YUV 147.05 150.54 37.38 -
System Red Green Blue C M Y K H S L
Decimal 20 204 187 0.90 0 0.08 0.2 174.46 0.82 0.44
Hex 14 CC BB 5A 0 8 14 AE 52 2C
Octal 24 314 273 132 0 10 24 256 122 54
Binary 10100 11001100 10111011 1011010 0 1000 10100 10101110 1010010 101100

Color Harmonies of #14CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCBB

Black with #14CCBB

Text Example


Text Example

White with #14CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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