#18CDCA

Color #18CDCA Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #18CDCA

Tints of Robin's Egg Blue #18CDCA

Color information

#18CDCA (or 0x18CDCA) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CD and CA. RGB value is (24,205,202). Sum of RGB (Red+Green+Blue) = 24+205+202=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDCA is #E73235. Grayscale: #969696. Windows color (decimal): -15151670 or 13290776. OLE color: 13290776.

HSL color Cylindrical-coordinate representation of color #18CDCA: hue angle of 179.01º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CDCA is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB24205202-
CMYK0.8800.010.20
HSL179.01º79.04%44.9%-
HSV(B)179.01º88.29%80.39%-
XYZ32.8748.1263.43-
YUV150.54157.0337.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.57%
GREEN value IS 205 (80.47% from 255) = 47.56%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=5.57%
G=47.56%
B=46.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242052020.8800.010.20179.0179.0444.9
Hex18CDCA580114b34f2d
Octal30315312130012426311755
Binary11000110011011100101010110000110100101100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,205,202); }

 H1.HeaderClassName
 {
   color: #18CDCA;
 }
 .AnyTagClassName
 {
   color: #18CDCA;
 }
</style>
background-color css

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

 a { background-color: rgb(24,205,202); }

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

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

 span { border-color: rgb(24,205,202); }

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