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

📋 copy color: '#13D6BE'

red 19 ◦ green 214 ◦ blue 190

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

Shades of Robin's Egg Blue #13D6BE

Tints of Robin's Egg Blue #13D6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.59%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 4.49%
G = 50.59%
B = 44.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#13D6BE (or 0x13D6BE) is known color: Robin's Egg Blue. HEX triplet: 13, D6 and BE. RGB value is (19,214,190). Sum of RGB (Red+Green+Blue) = 19+214+190=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #13D6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D6BE is #EC2941. Grayscale: #989898. Windows color (decimal): -15477058 or 12506643. OLE color: 12506643.

HSL color Cylindrical-coordinate representation of color #13D6BE: hue angle of 172.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D6BE is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 190 -
CMYK 0.91 0 0.11 0.16
HSL 172.62º 0.84% 0.46% -
HSV(B) 172.62º 0.91% 0.84% -
XYZ 33.61 51.95 56.97 -
YUV 152.96 148.9 32.45 -
System Red Green Blue C M Y K H S L
Decimal 19 214 190 0.91 0 0.11 0.16 172.62 0.84 0.46
Hex 13 D6 BE 5B 0 B 10 AD 54 2E
Octal 23 326 276 133 0 13 20 255 124 56
Binary 10011 11010110 10111110 1011011 0 1011 10000 10101101 1010100 101110

Color Harmonies of #13D6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D6BE

Black with #13D6BE

Text Example


Text Example

White with #13D6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,214,190); }

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

background-color css

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

 a { background-color: rgb(19,214,190); }

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

border-color css

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

 span { border-color: rgb(19,214,190); }

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