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

📋 copy color: '#13C4C6'

red 19 ◦ green 196 ◦ blue 198

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

Shades of Robin's Egg Blue #13C4C6

Tints of Robin's Egg Blue #13C4C6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.46%

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 4.6%
G = 47.46%
B = 47.94%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#13C4C6 (or 0x13C4C6) is known color: Robin's Egg Blue. HEX triplet: 13, C4 and C6. RGB value is (19,196,198). Sum of RGB (Red+Green+Blue) = 19+196+198=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #13C4C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C4C6 is #EC3B39. Grayscale: #8F8F8F. Windows color (decimal): -15481658 or 13026323. OLE color: 13026323.

HSL color Cylindrical-coordinate representation of color #13C4C6: hue angle of 180.67º degrees, saturation: 0.82, 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 #13C4C6 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 196 198 -
CMYK 0.90 0.01 0 0.22
HSL 180.67º 0.82% 0.43% -
HSV(B) 180.67º 0.9% 0.78% -
XYZ 30.2 43.7 60.27 -
YUV 143.31 158.86 39.34 -
System Red Green Blue C M Y K H S L
Decimal 19 196 198 0.90 0.01 0 0.22 180.67 0.82 0.43
Hex 13 C4 C6 5A 1 0 16 B5 52 2B
Octal 23 304 306 132 1 0 26 265 122 53
Binary 10011 11000100 11000110 1011010 1 0 10110 10110101 1010010 101011

Color Harmonies of #13C4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C4C6

Black with #13C4C6

Text Example


Text Example

White with #13C4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,196,198); }

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

background-color css

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

 a { background-color: rgb(19,196,198); }

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

border-color css

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

 span { border-color: rgb(19,196,198); }

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