#18CFBC

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

Shades of Robin's Egg Blue #18CFBC

Tints of Robin's Egg Blue #18CFBC

Color information

#18CFBC (or 0x18CFBC) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CF and BC. RGB value is (24,207,188). Sum of RGB (Red+Green+Blue) = 24+207+188=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFBC is #E73043. Grayscale: #969696. Windows color (decimal): -15151172 or 12373784. OLE color: 12373784.

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

Color convert

RGB24207188-
CMYK0.8800.090.19
HSL173.77º79.22%45.29%-
HSV(B)173.77º88.41%81.18%-
XYZ31.7748.4555.25-
YUV150.12149.3738.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.73%
GREEN value IS 207 (81.25% from 255) = 49.40%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=5.73%
G=49.40%
B=44.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal242071880.8800.090.19173.7779.2245.29
Hex18CFBC580913ae4f2d
Octal303172741300112325611755
Binary11000110011111011110010110000100110011101011101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,207,188); }

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

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

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

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

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

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

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