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

📋 copy color: '#10CDBC'

red 16 ◦ green 205 ◦ blue 188

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

Shades of Robin's Egg Blue #10CDBC

Tints of Robin's Egg Blue #10CDBC

RGB

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

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

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

R = 3.91%
G = 50.12%
B = 45.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#10CDBC (or 0x10CDBC) is known color: Robin's Egg Blue. HEX triplet: 10, CD and BC. RGB value is (16,205,188). Sum of RGB (Red+Green+Blue) = 16+205+188=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDBC is #EF3243. Grayscale: #929292. Windows color (decimal): -15675972 or 12373264. OLE color: 12373264.

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

Color convert

RGB 16 205 188 -
CMYK 0.92 0 0.08 0.20
HSL 174.6º 0.86% 0.43% -
HSV(B) 174.6º 0.92% 0.8% -
XYZ 31.12 47.4 55.09 -
YUV 146.55 151.38 34.88 -
System Red Green Blue C M Y K H S L
Decimal 16 205 188 0.92 0 0.08 0.20 174.6 0.86 0.43
Hex 10 CD BC 5C 0 8 14 AF 56 2B
Octal 20 315 274 134 0 10 24 257 126 53
Binary 10000 11001101 10111100 1011100 0 1000 10100 10101111 1010110 101011

Color Harmonies of #10CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CDBC

Black with #10CDBC

Text Example


Text Example

White with #10CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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