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

📋 copy color: '#13C2BD'

red 19 ◦ green 194 ◦ blue 189

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

Shades of Robin's Egg Blue #13C2BD

Tints of Robin's Egg Blue #13C2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 4.73%
G = 48.26%
B = 47.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#13C2BD (or 0x13C2BD) is known color: Robin's Egg Blue. HEX triplet: 13, C2 and BD. RGB value is (19,194,189). Sum of RGB (Red+Green+Blue) = 19+194+189=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2BD is #EC3D42. Grayscale: #8C8C8C. Windows color (decimal): -15482179 or 12435987. OLE color: 12435987.

HSL color Cylindrical-coordinate representation of color #13C2BD: hue angle of 178.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C2BD is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 189 -
CMYK 0.90 0 0.03 0.24
HSL 178.29º 0.82% 0.42% -
HSV(B) 178.29º 0.9% 0.76% -
XYZ 28.75 42.4 54.81 -
YUV 141.11 155.02 40.91 -
System Red Green Blue C M Y K H S L
Decimal 19 194 189 0.90 0 0.03 0.24 178.29 0.82 0.42
Hex 13 C2 BD 5A 0 3 18 B2 52 2A
Octal 23 302 275 132 0 3 30 262 122 52
Binary 10011 11000010 10111101 1011010 0 11 11000 10110010 1010010 101010

Color Harmonies of #13C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2BD

Black with #13C2BD

Text Example


Text Example

White with #13C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,189); }

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

background-color css

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

 a { background-color: rgb(19,194,189); }

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

border-color css

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

 span { border-color: rgb(19,194,189); }

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