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

📋 copy color: '#10C6BC'

red 16 ◦ green 198 ◦ blue 188

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

Shades of Robin's Egg Blue #10C6BC

Tints of Robin's Egg Blue #10C6BC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.25%

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

R = 3.98%
G = 49.25%
B = 46.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#10C6BC (or 0x10C6BC) is known color: Robin's Egg Blue. HEX triplet: 10, C6 and BC. RGB value is (16,198,188). Sum of RGB (Red+Green+Blue) = 16+198+188=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #10C6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C6BC is #EF3943. Grayscale: #8E8E8E. Windows color (decimal): -15677764 or 12371472. OLE color: 12371472.

HSL color Cylindrical-coordinate representation of color #10C6BC: hue angle of 176.7º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C6BC is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 198 188 -
CMYK 0.92 0 0.05 0.22
HSL 176.7º 0.85% 0.42% -
HSV(B) 176.7º 0.92% 0.78% -
XYZ 29.48 44.13 54.54 -
YUV 142.44 153.7 37.81 -
System Red Green Blue C M Y K H S L
Decimal 16 198 188 0.92 0 0.05 0.22 176.7 0.85 0.42
Hex 10 C6 BC 5C 0 5 16 B1 55 2A
Octal 20 306 274 134 0 5 26 261 125 52
Binary 10000 11000110 10111100 1011100 0 101 10110 10110001 1010101 101010

Color Harmonies of #10C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C6BC

Black with #10C6BC

Text Example


Text Example

White with #10C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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