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

📋 copy color: '#1AD2BA'

red 26 ◦ green 210 ◦ blue 186

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

Shades of Robin's Egg Blue #1AD2BA

Tints of Robin's Egg Blue #1AD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.76%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 6.16%
G = 49.76%
B = 44.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#1AD2BA (or 0x1AD2BA) is known color: Robin's Egg Blue. HEX triplet: 1A, D2 and BA. RGB value is (26,210,186). Sum of RGB (Red+Green+Blue) = 26+210+186=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD2BA is #E52D45. Grayscale: #989898. Windows color (decimal): -15019334 or 12243482. OLE color: 12243482.

HSL color Cylindrical-coordinate representation of color #1AD2BA: hue angle of 172.17º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD2BA is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 210 186 -
CMYK 0.88 0 0.11 0.18
HSL 172.17º 0.78% 0.46% -
HSV(B) 172.17º 0.88% 0.82% -
XYZ 32.34 49.86 54.37 -
YUV 152.25 147.04 37.95 -
System Red Green Blue C M Y K H S L
Decimal 26 210 186 0.88 0 0.11 0.18 172.17 0.78 0.46
Hex 1A D2 BA 58 0 B 12 AC 4E 2E
Octal 32 322 272 130 0 13 22 254 116 56
Binary 11010 11010010 10111010 1011000 0 1011 10010 10101100 1001110 101110

Color Harmonies of #1AD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD2BA

Black with #1AD2BA

Text Example


Text Example

White with #1AD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,210,186); }

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

background-color css

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

 a { background-color: rgb(26,210,186); }

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

border-color css

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

 span { border-color: rgb(26,210,186); }

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