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

📋 copy color: '#10CBBA'

red 16 ◦ green 203 ◦ blue 186

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

Shades of Robin's Egg Blue #10CBBA

Tints of Robin's Egg Blue #10CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.12%

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

R = 3.95%
G = 50.12%
B = 45.93%

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

#10CBBA (or 0x10CBBA) is known color: Robin's Egg Blue. HEX triplet: 10, CB and BA. RGB value is (16,203,186). Sum of RGB (Red+Green+Blue) = 16+203+186=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #10CBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBBA is #EF3445. Grayscale: #919191. Windows color (decimal): -15676486 or 12241680. OLE color: 12241680.

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

Color convert

RGB 16 203 186 -
CMYK 0.92 0 0.08 0.20
HSL 174.55º 0.85% 0.43% -
HSV(B) 174.55º 0.92% 0.8% -
XYZ 30.43 46.37 53.8 -
YUV 145.15 151.05 35.88 -
System Red Green Blue C M Y K H S L
Decimal 16 203 186 0.92 0 0.08 0.20 174.55 0.85 0.43
Hex 10 CB BA 5C 0 8 14 AF 55 2B
Octal 20 313 272 134 0 10 24 257 125 53
Binary 10000 11001011 10111010 1011100 0 1000 10100 10101111 1010101 101011

Color Harmonies of #10CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CBBA

Black with #10CBBA

Text Example


Text Example

White with #10CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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