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

📋 copy color: '#18DACA'

red 24 ◦ green 218 ◦ blue 202

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

Shades of Robin's Egg Blue #18DACA

Tints of Robin's Egg Blue #18DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 5.41%
G = 49.1%
B = 45.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#18DACA (or 0x18DACA) is known color: Robin's Egg Blue. HEX triplet: 18, DA and CA. RGB value is (24,218,202). Sum of RGB (Red+Green+Blue) = 24+218+202=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #18DACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DACA is #E72535. Grayscale: #9E9E9E. Windows color (decimal): -15148342 or 13294104. OLE color: 13294104.

HSL color Cylindrical-coordinate representation of color #18DACA: hue angle of 175.05º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DACA is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 218 202 -
CMYK 0.89 0 0.07 0.15
HSL 175.05º 0.8% 0.47% -
HSV(B) 175.05º 0.89% 0.85% -
XYZ 36.11 54.6 64.51 -
YUV 158.17 152.73 32.3 -
System Red Green Blue C M Y K H S L
Decimal 24 218 202 0.89 0 0.07 0.15 175.05 0.8 0.47
Hex 18 DA CA 59 0 7 F AF 50 2F
Octal 30 332 312 131 0 7 17 257 120 57
Binary 11000 11011010 11001010 1011001 0 111 1111 10101111 1010000 101111

Color Harmonies of #18DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DACA

Black with #18DACA

Text Example


Text Example

White with #18DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,218,202); }

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

background-color css

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

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

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

border-color css

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

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

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