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

📋 copy color: '#1AD2BE'

red 26 ◦ green 210 ◦ blue 190

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

Shades of Robin's Egg Blue #1AD2BE

Tints of Robin's Egg Blue #1AD2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 6.1%
G = 49.3%
B = 44.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#1AD2BE (or 0x1AD2BE) is known color: Robin's Egg Blue. HEX triplet: 1A, D2 and BE. RGB value is (26,210,190). Sum of RGB (Red+Green+Blue) = 26+210+190=426 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.10% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD2BE is #E52D41. Grayscale: #989898. Windows color (decimal): -15019330 or 12505626. OLE color: 12505626.

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

Color convert

RGB 26 210 190 -
CMYK 0.88 0 0.10 0.18
HSL 173.48º 0.78% 0.46% -
HSV(B) 173.48º 0.88% 0.82% -
XYZ 32.77 50.03 56.65 -
YUV 152.7 149.04 37.63 -
System Red Green Blue C M Y K H S L
Decimal 26 210 190 0.88 0 0.10 0.18 173.48 0.78 0.46
Hex 1A D2 BE 58 0 A 12 AD 4E 2E
Octal 32 322 276 130 0 12 22 255 116 56
Binary 11010 11010010 10111110 1011000 0 1010 10010 10101101 1001110 101110

Color Harmonies of #1AD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD2BE

Black with #1AD2BE

Text Example


Text Example

White with #1AD2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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