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

📋 copy color: '#10C2BF'

red 16 ◦ green 194 ◦ blue 191

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

Shades of Robin's Egg Blue #10C2BF

Tints of Robin's Egg Blue #10C2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.38%

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

R = 3.99%
G = 48.38%
B = 47.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#10C2BF (or 0x10C2BF) is known color: Robin's Egg Blue. HEX triplet: 10, C2 and BF. RGB value is (16,194,191). Sum of RGB (Red+Green+Blue) = 16+194+191=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C2BF is #EF3D40. Grayscale: #8C8C8C. Windows color (decimal): -15678785 or 12567056. OLE color: 12567056.

HSL color Cylindrical-coordinate representation of color #10C2BF: hue angle of 178.99º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C2BF is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 194 191 -
CMYK 0.92 0 0.02 0.24
HSL 178.99º 0.85% 0.41% -
HSV(B) 178.99º 0.92% 0.76% -
XYZ 28.91 42.46 55.96 -
YUV 140.44 156.53 39.24 -
System Red Green Blue C M Y K H S L
Decimal 16 194 191 0.92 0 0.02 0.24 178.99 0.85 0.41
Hex 10 C2 BF 5C 0 2 18 B3 55 29
Octal 20 302 277 134 0 2 30 263 125 51
Binary 10000 11000010 10111111 1011100 0 10 11000 10110011 1010101 101001

Color Harmonies of #10C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C2BF

Black with #10C2BF

Text Example


Text Example

White with #10C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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