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

📋 copy color: '#18DDC2'

red 24 ◦ green 221 ◦ blue 194

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

Shades of Robin's Egg Blue #18DDC2

Tints of Robin's Egg Blue #18DDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.34%

 BLUE value IS 194 (76.17% from 255) = 44.19%

R = 5.47%
G = 50.34%
B = 44.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#18DDC2 (or 0x18DDC2) is known color: Robin's Egg Blue. HEX triplet: 18, DD and C2. RGB value is (24,221,194). Sum of RGB (Red+Green+Blue) = 24+221+194=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDC2 is #E7223D. Grayscale: #9E9E9E. Windows color (decimal): -15147582 or 12770584. OLE color: 12770584.

HSL color Cylindrical-coordinate representation of color #18DDC2: hue angle of 171.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DDC2 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 221 194 -
CMYK 0.89 0 0.12 0.13
HSL 171.78º 0.8% 0.48% -
HSV(B) 171.78º 0.89% 0.87% -
XYZ 35.97 55.8 59.91 -
YUV 159.02 147.73 31.7 -
System Red Green Blue C M Y K H S L
Decimal 24 221 194 0.89 0 0.12 0.13 171.78 0.8 0.48
Hex 18 DD C2 59 0 C D AC 50 30
Octal 30 335 302 131 0 14 15 254 120 60
Binary 11000 11011101 11000010 1011001 0 1100 1101 10101100 1010000 110000

Color Harmonies of #18DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DDC2

Black with #18DDC2

Text Example


Text Example

White with #18DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,221,194); }

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

background-color css

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

 a { background-color: rgb(24,221,194); }

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

border-color css

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

 span { border-color: rgb(24,221,194); }

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