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

📋 copy color: '#10E2BA'

red 16 ◦ green 226 ◦ blue 186

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

Shades of Robin's Egg Blue #10E2BA

Tints of Robin's Egg Blue #10E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.8%

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

R = 3.74%
G = 52.8%
B = 43.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#10E2BA (or 0x10E2BA) is known color: Robin's Egg Blue. HEX triplet: 10, E2 and BA. RGB value is (16,226,186). Sum of RGB (Red+Green+Blue) = 16+226+186=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #10E2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E2BA is #EF1D45. Grayscale: #9E9E9E. Windows color (decimal): -15670598 or 12247568. OLE color: 12247568.

HSL color Cylindrical-coordinate representation of color #10E2BA: hue angle of 168.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E2BA is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 16 226 186 -
CMYK 0.93 0 0.18 0.11
HSL 168.57º 0.87% 0.47% -
HSV(B) 168.57º 0.93% 0.89% -
XYZ 36.27 58.05 55.75 -
YUV 158.65 143.43 26.25 -
System Red Green Blue C M Y K H S L
Decimal 16 226 186 0.93 0 0.18 0.11 168.57 0.87 0.47
Hex 10 E2 BA 5D 0 12 B A9 57 2F
Octal 20 342 272 135 0 22 13 251 127 57
Binary 10000 11100010 10111010 1011101 0 10010 1011 10101001 1010111 101111

Color Harmonies of #10E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E2BA

Black with #10E2BA

Text Example


Text Example

White with #10E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,226,186); }

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

background-color css

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

 a { background-color: rgb(16,226,186); }

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

border-color css

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

 span { border-color: rgb(16,226,186); }

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