#18CFBA

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

Shades of Robin's Egg Blue #18CFBA

Tints of Robin's Egg Blue #18CFBA

Color information

#18CFBA (or 0x18CFBA) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CF and BA. RGB value is (24,207,186). Sum of RGB (Red+Green+Blue) = 24+207+186=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFBA is #E73045. Grayscale: #959595. Windows color (decimal): -15151174 or 12242712. OLE color: 12242712.

HSL color Cylindrical-coordinate representation of color #18CFBA: hue angle of 173.11º 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 #18CFBA is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB24207186-
CMYK0.8800.100.19
HSL173.11º79.22%45.29%-
HSV(B)173.11º88.41%81.18%-
XYZ31.5548.3754.13-
YUV149.89148.3738.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.76%
GREEN value IS 207 (81.25% from 255) = 49.64%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=5.76%
G=49.64%
B=44.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal242071860.8800.100.19173.1179.2245.29
Hex18CFBA580A13ad4f2d
Octal303172721300122325511755
Binary11000110011111011101010110000101010011101011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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