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

📋 copy color: '#18D2CC'

red 24 ◦ green 210 ◦ blue 204

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

Shades of Robin's Egg Blue #18D2CC

Tints of Robin's Egg Blue #18D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.95%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 5.48%
G = 47.95%
B = 46.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#18D2CC (or 0x18D2CC) is known color: Robin's Egg Blue. HEX triplet: 18, D2 and CC. RGB value is (24,210,204). Sum of RGB (Red+Green+Blue) = 24+210+204=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #18D2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D2CC is #E72D33. Grayscale: #999999. Windows color (decimal): -15150388 or 13423128. OLE color: 13423128.

HSL color Cylindrical-coordinate representation of color #18D2CC: hue angle of 178.06º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D2CC is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 210 204 -
CMYK 0.89 0 0.03 0.18
HSL 178.06º 0.79% 0.46% -
HSV(B) 178.06º 0.89% 0.82% -
XYZ 34.32 50.65 65.09 -
YUV 153.7 156.38 35.49 -
System Red Green Blue C M Y K H S L
Decimal 24 210 204 0.89 0 0.03 0.18 178.06 0.79 0.46
Hex 18 D2 CC 59 0 3 12 B2 4F 2E
Octal 30 322 314 131 0 3 22 262 117 56
Binary 11000 11010010 11001100 1011001 0 11 10010 10110010 1001111 101110

Color Harmonies of #18D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D2CC

Black with #18D2CC

Text Example


Text Example

White with #18D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,210,204); }

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

background-color css

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

 a { background-color: rgb(24,210,204); }

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

border-color css

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

 span { border-color: rgb(24,210,204); }

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