Html Css Color HEX #18D4CB Robin's Egg Blue

📋 copy color: '#18D4CB'

red 24 ◦ green 212 ◦ blue 203

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

Shades of Robin's Egg Blue #18D4CB

Tints of Robin's Egg Blue #18D4CB

RGB

 RED value IS 24 (9.77% from 255) = 5.47%

 GREEN value IS 212 (83.2% from 255) = 48.29%

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 5.47%
G = 48.29%
B = 46.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#18D4CB (or 0x18D4CB) is known color: Robin's Egg Blue. HEX triplet: 18, D4 and CB. RGB value is (24,212,203). Sum of RGB (Red+Green+Blue) = 24+212+203=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #18D4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D4CB is #E72B34. Grayscale: #9A9A9A. Windows color (decimal): -15149877 or 13358104. OLE color: 13358104.

HSL color Cylindrical-coordinate representation of color #18D4CB: hue angle of 177.13º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D4CB is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 24 212 203 -
CMYK 0.89 0 0.04 0.17
HSL 177.13º 0.8% 0.46% -
HSV(B) 177.13º 0.89% 0.83% -
XYZ 34.7 51.59 64.63 -
YUV 154.76 155.22 34.73 -
System Red Green Blue C M Y K H S L
Decimal 24 212 203 0.89 0 0.04 0.17 177.13 0.8 0.46
Hex 18 D4 CB 59 0 4 11 B1 50 2E
Octal 30 324 313 131 0 4 21 261 120 56
Binary 11000 11010100 11001011 1011001 0 100 10001 10110001 1010000 101110

Color Harmonies of #18D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D4CB

Black with #18D4CB

Text Example


Text Example

White with #18D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18D4CB; }

 p { color: rgb(24,212,203); }

 H1.HeaderClassName
 {
   color: #18D4CB;
 }
 .AnyTagClassName
 {
   color: #18D4CB;
 }
</style>

background-color css

<style>
 a { background-color: #18D4CB; }

 a { background-color: rgb(24,212,203); }

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

border-color css

<style>
 span { border-color: #18D4CB; }

 span { border-color: rgb(24,212,203); }

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