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

📋 copy color: '#10CFBE'

red 16 ◦ green 207 ◦ blue 190

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

Shades of Robin's Egg Blue #10CFBE

Tints of Robin's Egg Blue #10CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.12%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 3.87%
G = 50.12%
B = 46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#10CFBE (or 0x10CFBE) is known color: Robin's Egg Blue. HEX triplet: 10, CF and BE. RGB value is (16,207,190). Sum of RGB (Red+Green+Blue) = 16+207+190=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #10CFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CFBE is #EF3041. Grayscale: #939393. Windows color (decimal): -15675458 or 12504848. OLE color: 12504848.

HSL color Cylindrical-coordinate representation of color #10CFBE: hue angle of 174.66º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CFBE is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 207 190 -
CMYK 0.92 0 0.08 0.19
HSL 174.66º 0.86% 0.44% -
HSV(B) 174.66º 0.92% 0.81% -
XYZ 31.82 48.45 56.39 -
YUV 147.95 151.72 33.88 -
System Red Green Blue C M Y K H S L
Decimal 16 207 190 0.92 0 0.08 0.19 174.66 0.86 0.44
Hex 10 CF BE 5C 0 8 13 AF 56 2C
Octal 20 317 276 134 0 10 23 257 126 54
Binary 10000 11001111 10111110 1011100 0 1000 10011 10101111 1010110 101100

Color Harmonies of #10CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CFBE

Black with #10CFBE

Text Example


Text Example

White with #10CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,207,190); }

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

background-color css

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

 a { background-color: rgb(16,207,190); }

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

border-color css

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

 span { border-color: rgb(16,207,190); }

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