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

📋 copy color: '#1AD1BA'

red 26 ◦ green 209 ◦ blue 186

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

Shades of Robin's Egg Blue #1AD1BA

Tints of Robin's Egg Blue #1AD1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.64%

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

R = 6.18%
G = 49.64%
B = 44.18%

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

#1AD1BA (or 0x1AD1BA) is known color: Robin's Egg Blue. HEX triplet: 1A, D1 and BA. RGB value is (26,209,186). Sum of RGB (Red+Green+Blue) = 26+209+186=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD1BA is #E52E45. Grayscale: #979797. Windows color (decimal): -15019590 or 12243226. OLE color: 12243226.

HSL color Cylindrical-coordinate representation of color #1AD1BA: hue angle of 172.46º 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 #1AD1BA is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 209 186 -
CMYK 0.88 0 0.11 0.18
HSL 172.46º 0.78% 0.46% -
HSV(B) 172.46º 0.88% 0.82% -
XYZ 32.09 49.37 54.29 -
YUV 151.66 147.37 38.37 -
System Red Green Blue C M Y K H S L
Decimal 26 209 186 0.88 0 0.11 0.18 172.46 0.78 0.46
Hex 1A D1 BA 58 0 B 12 AC 4E 2E
Octal 32 321 272 130 0 13 22 254 116 56
Binary 11010 11010001 10111010 1011000 0 1011 10010 10101100 1001110 101110

Color Harmonies of #1AD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD1BA

Black with #1AD1BA

Text Example


Text Example

White with #1AD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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