Html Css Color HEX #13C7BA Robin's Egg Blue

📋 copy color: '#13C7BA'

red 19 ◦ green 199 ◦ blue 186

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

Shades of Robin's Egg Blue #13C7BA

Tints of Robin's Egg Blue #13C7BA

RGB

 RED value IS 19 (7.81% from 255) = 4.7%

 GREEN value IS 199 (78.13% from 255) = 49.26%

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

R = 4.7%
G = 49.26%
B = 46.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#13C7BA (or 0x13C7BA) is known color: Robin's Egg Blue. HEX triplet: 13, C7 and BA. RGB value is (19,199,186). Sum of RGB (Red+Green+Blue) = 19+199+186=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #13C7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C7BA is #EC3845. Grayscale: #8F8F8F. Windows color (decimal): -15480902 or 12240659. OLE color: 12240659.

HSL color Cylindrical-coordinate representation of color #13C7BA: hue angle of 175.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C7BA is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 199 186 -
CMYK 0.90 0 0.07 0.22
HSL 175.67º 0.83% 0.43% -
HSV(B) 175.67º 0.9% 0.78% -
XYZ 29.55 44.53 53.49 -
YUV 143.7 151.87 39.06 -
System Red Green Blue C M Y K H S L
Decimal 19 199 186 0.90 0 0.07 0.22 175.67 0.83 0.43
Hex 13 C7 BA 5A 0 7 16 B0 53 2B
Octal 23 307 272 132 0 7 26 260 123 53
Binary 10011 11000111 10111010 1011010 0 111 10110 10110000 1010011 101011

Color Harmonies of #13C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C7BA

Black with #13C7BA

Text Example


Text Example

White with #13C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13C7BA; }

 p { color: rgb(19,199,186); }

 H1.HeaderClassName
 {
   color: #13C7BA;
 }
 .AnyTagClassName
 {
   color: #13C7BA;
 }
</style>

background-color css

<style>
 a { background-color: #13C7BA; }

 a { background-color: rgb(19,199,186); }

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

border-color css

<style>
 span { border-color: #13C7BA; }

 span { border-color: rgb(19,199,186); }

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