Html Css Color HEX #13A3AF Pelorous

📋 copy color: '#13A3AF'

red 19 ◦ green 163 ◦ blue 175

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

Shades of Pelorous #13A3AF

Tints of Pelorous #13A3AF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.66%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 5.32%
G = 45.66%
B = 49.02%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#13A3AF (or 0x13A3AF) is known color: Pelorous. HEX triplet: 13, A3 and AF. RGB value is (19,163,175). Sum of RGB (Red+Green+Blue) = 19+163+175=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #13A3AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A3AF is #EC5C50. Grayscale: #797979. Windows color (decimal): -15490129 or 11510547. OLE color: 11510547.

HSL color Cylindrical-coordinate representation of color #13A3AF: hue angle of 184.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A3AF is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 163 175 -
CMYK 0.89 0.07 0 0.31
HSL 184.62º 0.8% 0.38% -
HSV(B) 184.62º 0.89% 0.69% -
XYZ 21.1 29.43 45.13 -
YUV 121.31 158.29 55.02 -
System Red Green Blue C M Y K H S L
Decimal 19 163 175 0.89 0.07 0 0.31 184.62 0.8 0.38
Hex 13 A3 AF 59 7 0 1F B9 50 26
Octal 23 243 257 131 7 0 37 271 120 46
Binary 10011 10100011 10101111 1011001 111 0 11111 10111001 1010000 100110

Color Harmonies of #13A3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A3AF

Black with #13A3AF

Text Example


Text Example

White with #13A3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,163,175); }

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

background-color css

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

 a { background-color: rgb(19,163,175); }

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

border-color css

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

 span { border-color: rgb(19,163,175); }

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