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

📋 copy color: '#18E0BC'

red 24 ◦ green 224 ◦ blue 188

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

Shades of Robin's Egg Blue #18E0BC

Tints of Robin's Egg Blue #18E0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.38%

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 5.5%
G = 51.38%
B = 43.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#18E0BC (or 0x18E0BC) is known color: Robin's Egg Blue. HEX triplet: 18, E0 and BC. RGB value is (24,224,188). Sum of RGB (Red+Green+Blue) = 24+224+188=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #18E0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E0BC is #E71F43. Grayscale: #A0A0A0. Windows color (decimal): -15146820 or 12378136. OLE color: 12378136.

HSL color Cylindrical-coordinate representation of color #18E0BC: hue angle of 169.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E0BC is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 224 188 -
CMYK 0.89 0 0.16 0.12
HSL 169.2º 0.81% 0.49% -
HSV(B) 169.2º 0.89% 0.88% -
XYZ 36.11 57.14 56.7 -
YUV 160.1 143.74 30.93 -
System Red Green Blue C M Y K H S L
Decimal 24 224 188 0.89 0 0.16 0.12 169.2 0.81 0.49
Hex 18 E0 BC 59 0 10 C A9 51 31
Octal 30 340 274 131 0 20 14 251 121 61
Binary 11000 11100000 10111100 1011001 0 10000 1100 10101001 1010001 110001

Color Harmonies of #18E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E0BC

Black with #18E0BC

Text Example


Text Example

White with #18E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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