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

📋 copy color: '#13D3BA'

red 19 ◦ green 211 ◦ blue 186

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

Shades of Robin's Egg Blue #13D3BA

Tints of Robin's Egg Blue #13D3BA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.72%

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

R = 4.57%
G = 50.72%
B = 44.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#13D3BA (or 0x13D3BA) is known color: Robin's Egg Blue. HEX triplet: 13, D3 and BA. RGB value is (19,211,186). Sum of RGB (Red+Green+Blue) = 19+211+186=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #13D3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D3BA is #EC2C45. Grayscale: #969696. Windows color (decimal): -15477830 or 12243731. OLE color: 12243731.

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

Color convert

RGB 19 211 186 -
CMYK 0.91 0 0.12 0.17
HSL 172.19º 0.83% 0.45% -
HSV(B) 172.19º 0.91% 0.83% -
XYZ 32.43 50.27 54.45 -
YUV 150.74 147.89 34.03 -
System Red Green Blue C M Y K H S L
Decimal 19 211 186 0.91 0 0.12 0.17 172.19 0.83 0.45
Hex 13 D3 BA 5B 0 C 11 AC 53 2D
Octal 23 323 272 133 0 14 21 254 123 55
Binary 10011 11010011 10111010 1011011 0 1100 10001 10101100 1010011 101101

Color Harmonies of #13D3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D3BA

Black with #13D3BA

Text Example


Text Example

White with #13D3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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