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

📋 copy color: '#1AD5C0'

red 26 ◦ green 213 ◦ blue 192

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

Shades of Robin's Egg Blue #1AD5C0

Tints of Robin's Egg Blue #1AD5C0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.42%

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

R = 6.03%
G = 49.42%
B = 44.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#1AD5C0 (or 0x1AD5C0) is known color: Robin's Egg Blue. HEX triplet: 1A, D5 and C0. RGB value is (26,213,192). Sum of RGB (Red+Green+Blue) = 26+213+192=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD5C0 is #E52A3F. Grayscale: #9A9A9A. Windows color (decimal): -15018560 or 12637466. OLE color: 12637466.

HSL color Cylindrical-coordinate representation of color #1AD5C0: hue angle of 173.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD5C0 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 213 192 -
CMYK 0.88 0 0.10 0.16
HSL 173.26º 0.78% 0.47% -
HSV(B) 173.26º 0.88% 0.84% -
XYZ 33.73 51.61 58.05 -
YUV 154.69 149.05 36.21 -
System Red Green Blue C M Y K H S L
Decimal 26 213 192 0.88 0 0.10 0.16 173.26 0.78 0.47
Hex 1A D5 C0 58 0 A 10 AD 4E 2F
Octal 32 325 300 130 0 12 20 255 116 57
Binary 11010 11010101 11000000 1011000 0 1010 10000 10101101 1001110 101111

Color Harmonies of #1AD5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD5C0

Black with #1AD5C0

Text Example


Text Example

White with #1AD5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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