Html Css Color HEX #1ADAC0 Robin's Egg Blue

📋 copy color: '#1ADAC0'

red 26 ◦ green 218 ◦ blue 192

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

Shades of Robin's Egg Blue #1ADAC0

Tints of Robin's Egg Blue #1ADAC0

RGB

 RED value IS 26 (10.55% from 255) = 5.96%

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 5.96%
G = 50%
B = 44.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#1ADAC0 (or 0x1ADAC0) is known color: Robin's Egg Blue. HEX triplet: 1A, DA and C0. RGB value is (26,218,192). Sum of RGB (Red+Green+Blue) = 26+218+192=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADAC0 is #E5253F. Grayscale: #9D9D9D. Windows color (decimal): -15017280 or 12638746. OLE color: 12638746.

HSL color Cylindrical-coordinate representation of color #1ADAC0: hue angle of 171.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADAC0 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 218 192 -
CMYK 0.88 0 0.12 0.15
HSL 171.88º 0.79% 0.48% -
HSV(B) 171.88º 0.88% 0.85% -
XYZ 35.01 54.17 58.48 -
YUV 157.63 147.39 34.11 -
System Red Green Blue C M Y K H S L
Decimal 26 218 192 0.88 0 0.12 0.15 171.88 0.79 0.48
Hex 1A DA C0 58 0 C F AC 4F 30
Octal 32 332 300 130 0 14 17 254 117 60
Binary 11010 11011010 11000000 1011000 0 1100 1111 10101100 1001111 110000

Color Harmonies of #1ADAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADAC0

Black with #1ADAC0

Text Example


Text Example

White with #1ADAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ADAC0; }

 p { color: rgb(26,218,192); }

 H1.HeaderClassName
 {
   color: #1ADAC0;
 }
 .AnyTagClassName
 {
   color: #1ADAC0;
 }
</style>

background-color css

<style>
 a { background-color: #1ADAC0; }

 a { background-color: rgb(26,218,192); }

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

border-color css

<style>
 span { border-color: #1ADAC0; }

 span { border-color: rgb(26,218,192); }

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