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

📋 copy color: '#10C2BC'

red 16 ◦ green 194 ◦ blue 188

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

Shades of Robin's Egg Blue #10C2BC

Tints of Robin's Egg Blue #10C2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 4.02%
G = 48.74%
B = 47.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#10C2BC (or 0x10C2BC) is known color: Robin's Egg Blue. HEX triplet: 10, C2 and BC. RGB value is (16,194,188). Sum of RGB (Red+Green+Blue) = 16+194+188=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C2BC is #EF3D43. Grayscale: #8B8B8B. Windows color (decimal): -15678788 or 12370448. OLE color: 12370448.

HSL color Cylindrical-coordinate representation of color #10C2BC: hue angle of 177.98º 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 #10C2BC is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 194 188 -
CMYK 0.92 0 0.03 0.24
HSL 177.98º 0.85% 0.41% -
HSV(B) 177.98º 0.92% 0.76% -
XYZ 28.58 42.32 54.24 -
YUV 140.09 155.03 39.49 -
System Red Green Blue C M Y K H S L
Decimal 16 194 188 0.92 0 0.03 0.24 177.98 0.85 0.41
Hex 10 C2 BC 5C 0 3 18 B2 55 29
Octal 20 302 274 134 0 3 30 262 125 51
Binary 10000 11000010 10111100 1011100 0 11 11000 10110010 1010101 101001

Color Harmonies of #10C2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C2BC

Black with #10C2BC

Text Example


Text Example

White with #10C2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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