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

📋 copy color: '#18DACB'

red 24 ◦ green 218 ◦ blue 203

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

Shades of Robin's Egg Blue #18DACB

Tints of Robin's Egg Blue #18DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 5.39%
G = 48.99%
B = 45.62%

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

#18DACB (or 0x18DACB) is known color: Robin's Egg Blue. HEX triplet: 18, DA and CB. RGB value is (24,218,203). Sum of RGB (Red+Green+Blue) = 24+218+203=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #18DACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DACB is #E72534. Grayscale: #9E9E9E. Windows color (decimal): -15148341 or 13359640. OLE color: 13359640.

HSL color Cylindrical-coordinate representation of color #18DACB: hue angle of 175.36º 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 #18DACB is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 218 203 -
CMYK 0.89 0 0.07 0.15
HSL 175.36º 0.8% 0.47% -
HSV(B) 175.36º 0.89% 0.85% -
XYZ 36.23 54.65 65.14 -
YUV 158.28 153.23 32.22 -
System Red Green Blue C M Y K H S L
Decimal 24 218 203 0.89 0 0.07 0.15 175.36 0.8 0.47
Hex 18 DA CB 59 0 7 F AF 50 2F
Octal 30 332 313 131 0 7 17 257 120 57
Binary 11000 11011010 11001011 1011001 0 111 1111 10101111 1010000 101111

Color Harmonies of #18DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DACB

Black with #18DACB

Text Example


Text Example

White with #18DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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