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

📋 copy color: '#13D2BD'

red 19 ◦ green 210 ◦ blue 189

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

Shades of Robin's Egg Blue #13D2BD

Tints of Robin's Egg Blue #13D2BD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.24%

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

R = 4.55%
G = 50.24%
B = 45.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#13D2BD (or 0x13D2BD) is known color: Robin's Egg Blue. HEX triplet: 13, D2 and BD. RGB value is (19,210,189). Sum of RGB (Red+Green+Blue) = 19+210+189=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #13D2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D2BD is #EC2D42. Grayscale: #969696. Windows color (decimal): -15478083 or 12440083. OLE color: 12440083.

HSL color Cylindrical-coordinate representation of color #13D2BD: hue angle of 173.4º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D2BD is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 210 189 -
CMYK 0.91 0 0.10 0.18
HSL 173.4º 0.83% 0.45% -
HSV(B) 173.4º 0.91% 0.82% -
XYZ 32.5 49.91 56.06 -
YUV 150.5 149.72 34.21 -
System Red Green Blue C M Y K H S L
Decimal 19 210 189 0.91 0 0.10 0.18 173.4 0.83 0.45
Hex 13 D2 BD 5B 0 A 12 AD 53 2D
Octal 23 322 275 133 0 12 22 255 123 55
Binary 10011 11010010 10111101 1011011 0 1010 10010 10101101 1010011 101101

Color Harmonies of #13D2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D2BD

Black with #13D2BD

Text Example


Text Example

White with #13D2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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