Html Css Color HEX #10D7B5 Robin's Egg Blue

📋 copy color: '#10D7B5'

red 16 ◦ green 215 ◦ blue 181

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

Shades of Robin's Egg Blue #10D7B5

Tints of Robin's Egg Blue #10D7B5

RGB

 RED value IS 16 (6.64% from 255) = 3.88%

 GREEN value IS 215 (84.38% from 255) = 52.18%

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 3.88%
G = 52.18%
B = 43.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#10D7B5 (or 0x10D7B5) is known color: Robin's Egg Blue. HEX triplet: 10, D7 and B5. RGB value is (16,215,181). Sum of RGB (Red+Green+Blue) = 16+215+181=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #10D7B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D7B5 is #EF284A. Grayscale: #979797. Windows color (decimal): -15673419 or 11917072. OLE color: 11917072.

HSL color Cylindrical-coordinate representation of color #10D7B5: hue angle of 169.75º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D7B5 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 215 181 -
CMYK 0.93 0 0.16 0.16
HSL 169.75º 0.86% 0.45% -
HSV(B) 169.75º 0.93% 0.84% -
XYZ 32.85 52.05 52.03 -
YUV 151.62 144.57 31.26 -
System Red Green Blue C M Y K H S L
Decimal 16 215 181 0.93 0 0.16 0.16 169.75 0.86 0.45
Hex 10 D7 B5 5D 0 10 10 AA 56 2D
Octal 20 327 265 135 0 20 20 252 126 55
Binary 10000 11010111 10110101 1011101 0 10000 10000 10101010 1010110 101101

Color Harmonies of #10D7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D7B5

Black with #10D7B5

Text Example


Text Example

White with #10D7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10D7B5; }

 p { color: rgb(16,215,181); }

 H1.HeaderClassName
 {
   color: #10D7B5;
 }
 .AnyTagClassName
 {
   color: #10D7B5;
 }
</style>

background-color css

<style>
 a { background-color: #10D7B5; }

 a { background-color: rgb(16,215,181); }

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

border-color css

<style>
 span { border-color: #10D7B5; }

 span { border-color: rgb(16,215,181); }

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