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

📋 copy color: '#10E0BF'

red 16 ◦ green 224 ◦ blue 191

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

Shades of Robin's Egg Blue #10E0BF

Tints of Robin's Egg Blue #10E0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.97%

 BLUE value IS 191 (75% from 255) = 44.32%

R = 3.71%
G = 51.97%
B = 44.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#10E0BF (or 0x10E0BF) is known color: Robin's Egg Blue. HEX triplet: 10, E0 and BF. RGB value is (16,224,191). Sum of RGB (Red+Green+Blue) = 16+224+191=431 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.71% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #10E0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E0BF is #EF1F40. Grayscale: #9D9D9D. Windows color (decimal): -15671105 or 12574736. OLE color: 12574736.

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

Color convert

RGB 16 224 191 -
CMYK 0.93 0 0.15 0.12
HSL 170.48º 0.87% 0.47% -
HSV(B) 170.48º 0.93% 0.88% -
XYZ 36.27 57.18 58.42 -
YUV 158.05 146.59 26.68 -
System Red Green Blue C M Y K H S L
Decimal 16 224 191 0.93 0 0.15 0.12 170.48 0.87 0.47
Hex 10 E0 BF 5D 0 F C AA 57 2F
Octal 20 340 277 135 0 17 14 252 127 57
Binary 10000 11100000 10111111 1011101 0 1111 1100 10101010 1010111 101111

Color Harmonies of #10E0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E0BF

Black with #10E0BF

Text Example


Text Example

White with #10E0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,224,191); }

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

background-color css

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

 a { background-color: rgb(16,224,191); }

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

border-color css

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

 span { border-color: rgb(16,224,191); }

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