#18c4c4

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

Shades of Robin's Egg Blue #18C4C4

Tints of Robin's Egg Blue #18C4C4

Color information

#18C4C4 (or 0x18C4C4) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, C4 and C4. RGB value is (24,196,196). Sum of RGB (Red+Green+Blue) = 24+196+196=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: green, blue. Hex color #18C4C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C4C4 is #E73B3B. Grayscale: #909090. Windows color (decimal): -15153980 or 12895256. OLE color: 12895256.

HSL color Cylindrical-coordinate representation of color #18C4C4: hue angle of 180º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C4C4 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB24196196-
CMYK0.88000.23
HSL180º78.18%43.14%-
HSV(B)180º87.76%76.86%-
XYZ30.0843.6659.07-
YUV144.57157.0242-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.77%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 196 (76.95% from 255) = 47.12%
R=5.77%
G=47.12%
B=47.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241961960.88000.2318078.1843.14
Hex18C4C4580017b44e2b
Octal30304304130002726411653
Binary11000110001001100010010110000010111101101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18c4c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,196,196); }

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

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

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

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

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

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

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