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

📋 copy color: '#1ADDC0'

red 26 ◦ green 221 ◦ blue 192

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

Shades of Robin's Egg Blue #1ADDC0

Tints of Robin's Egg Blue #1ADDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.34%

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

R = 5.92%
G = 50.34%
B = 43.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#1ADDC0 (or 0x1ADDC0) is known color: Robin's Egg Blue. HEX triplet: 1A, DD and C0. RGB value is (26,221,192). Sum of RGB (Red+Green+Blue) = 26+221+192=439 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.92% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDC0 is #E5223F. Grayscale: #9F9F9F. Windows color (decimal): -15016512 or 12639514. OLE color: 12639514.

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

Color convert

RGB 26 221 192 -
CMYK 0.88 0 0.13 0.13
HSL 171.08º 0.79% 0.48% -
HSV(B) 171.08º 0.88% 0.87% -
XYZ 35.8 55.74 58.74 -
YUV 159.39 146.4 32.86 -
System Red Green Blue C M Y K H S L
Decimal 26 221 192 0.88 0 0.13 0.13 171.08 0.79 0.48
Hex 1A DD C0 58 0 D D AB 4F 30
Octal 32 335 300 130 0 15 15 253 117 60
Binary 11010 11011101 11000000 1011000 0 1101 1101 10101011 1001111 110000

Color Harmonies of #1ADDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADDC0

Black with #1ADDC0

Text Example


Text Example

White with #1ADDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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