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

📋 copy color: '#10CDBA'

red 16 ◦ green 205 ◦ blue 186

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

Shades of Robin's Egg Blue #10CDBA

Tints of Robin's Egg Blue #10CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.37%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 3.93%
G = 50.37%
B = 45.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#10CDBA (or 0x10CDBA) is known color: Robin's Egg Blue. HEX triplet: 10, CD and BA. RGB value is (16,205,186). Sum of RGB (Red+Green+Blue) = 16+205+186=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDBA is #EF3245. Grayscale: #929292. Windows color (decimal): -15675974 or 12242192. OLE color: 12242192.

HSL color Cylindrical-coordinate representation of color #10CDBA: hue angle of 173.97º degrees, saturation: 0.86, 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 #10CDBA is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 205 186 -
CMYK 0.92 0 0.09 0.20
HSL 173.97º 0.86% 0.43% -
HSV(B) 173.97º 0.92% 0.8% -
XYZ 30.91 47.32 53.96 -
YUV 146.32 150.38 35.04 -
System Red Green Blue C M Y K H S L
Decimal 16 205 186 0.92 0 0.09 0.20 173.97 0.86 0.43
Hex 10 CD BA 5C 0 9 14 AE 56 2B
Octal 20 315 272 134 0 11 24 256 126 53
Binary 10000 11001101 10111010 1011100 0 1001 10100 10101110 1010110 101011

Color Harmonies of #10CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CDBA

Black with #10CDBA

Text Example


Text Example

White with #10CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,205,186); }

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

background-color css

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

 a { background-color: rgb(16,205,186); }

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

border-color css

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

 span { border-color: rgb(16,205,186); }

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