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

📋 copy color: '#18D4BA'

red 24 ◦ green 212 ◦ blue 186

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

Shades of Robin's Egg Blue #18D4BA

Tints of Robin's Egg Blue #18D4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.24%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 5.69%
G = 50.24%
B = 44.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#18D4BA (or 0x18D4BA) is known color: Robin's Egg Blue. HEX triplet: 18, D4 and BA. RGB value is (24,212,186). Sum of RGB (Red+Green+Blue) = 24+212+186=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #18D4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D4BA is #E72B45. Grayscale: #989898. Windows color (decimal): -15149894 or 12243992. OLE color: 12243992.

HSL color Cylindrical-coordinate representation of color #18D4BA: hue angle of 171.7º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D4BA is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 24 212 186 -
CMYK 0.89 0 0.12 0.17
HSL 171.7º 0.8% 0.46% -
HSV(B) 171.7º 0.89% 0.83% -
XYZ 32.78 50.83 54.54 -
YUV 152.82 146.72 36.11 -
System Red Green Blue C M Y K H S L
Decimal 24 212 186 0.89 0 0.12 0.17 171.7 0.8 0.46
Hex 18 D4 BA 59 0 C 11 AC 50 2E
Octal 30 324 272 131 0 14 21 254 120 56
Binary 11000 11010100 10111010 1011001 0 1100 10001 10101100 1010000 101110

Color Harmonies of #18D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D4BA

Black with #18D4BA

Text Example


Text Example

White with #18D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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