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

📋 copy color: '#14CBBB'

red 20 ◦ green 203 ◦ blue 187

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

Shades of Robin's Egg Blue #14CBBB

Tints of Robin's Egg Blue #14CBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

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

R = 4.88%
G = 49.51%
B = 45.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#14CBBB (or 0x14CBBB) is known color: Robin's Egg Blue. HEX triplet: 14, CB and BB. RGB value is (20,203,187). Sum of RGB (Red+Green+Blue) = 20+203+187=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBBB is #EB3444. Grayscale: #929292. Windows color (decimal): -15414341 or 12307220. OLE color: 12307220.

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

Color convert

RGB 20 203 187 -
CMYK 0.90 0 0.08 0.20
HSL 174.75º 0.82% 0.44% -
HSV(B) 174.75º 0.9% 0.8% -
XYZ 30.61 46.45 54.37 -
YUV 146.46 150.87 37.8 -
System Red Green Blue C M Y K H S L
Decimal 20 203 187 0.90 0 0.08 0.20 174.75 0.82 0.44
Hex 14 CB BB 5A 0 8 14 AF 52 2C
Octal 24 313 273 132 0 10 24 257 122 54
Binary 10100 11001011 10111011 1011010 0 1000 10100 10101111 1010010 101100

Color Harmonies of #14CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBBB

Black with #14CBBB

Text Example


Text Example

White with #14CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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