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

📋 copy color: '#10CCBC'

red 16 ◦ green 204 ◦ blue 188

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

Shades of Robin's Egg Blue #10CCBC

Tints of Robin's Egg Blue #10CCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50%

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

R = 3.92%
G = 50%
B = 46.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#10CCBC (or 0x10CCBC) is known color: Robin's Egg Blue. HEX triplet: 10, CC and BC. RGB value is (16,204,188). Sum of RGB (Red+Green+Blue) = 16+204+188=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCBC is #EF3343. Grayscale: #919191. Windows color (decimal): -15676228 or 12373008. OLE color: 12373008.

HSL color Cylindrical-coordinate representation of color #10CCBC: hue angle of 174.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CCBC is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 204 188 -
CMYK 0.92 0 0.08 0.2
HSL 174.89º 0.85% 0.43% -
HSV(B) 174.89º 0.92% 0.8% -
XYZ 30.88 46.93 55.01 -
YUV 145.96 151.72 35.3 -
System Red Green Blue C M Y K H S L
Decimal 16 204 188 0.92 0 0.08 0.2 174.89 0.85 0.43
Hex 10 CC BC 5C 0 8 14 AF 55 2B
Octal 20 314 274 134 0 10 24 257 125 53
Binary 10000 11001100 10111100 1011100 0 1000 10100 10101111 1010101 101011

Color Harmonies of #10CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CCBC

Black with #10CCBC

Text Example


Text Example

White with #10CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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