Html Css Color HEX #75AF8F Padua

📋 copy color: '#75AF8F'

red 117 ◦ green 175 ◦ blue 143

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

Shades of Padua #75AF8F

Tints of Padua #75AF8F

RGB

 RED value IS 117 (46.09% from 255) = 26.9%

 GREEN value IS 175 (68.75% from 255) = 40.23%

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 26.9%
G = 40.23%
B = 32.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#75AF8F (or 0x75AF8F) is known color: Padua. HEX triplet: 75, AF and 8F. RGB value is (117,175,143). Sum of RGB (Red+Green+Blue) = 117+175+143=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AF8F is #8A5070. Grayscale: #9A9A9A. Windows color (decimal): -9064561 or 9416565. OLE color: 9416565.

HSL color Cylindrical-coordinate representation of color #75AF8F: hue angle of 146.9º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AF8F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 143 -
CMYK 0.33 0 0.18 0.31
HSL 146.9º 0.27% 0.57% -
HSV(B) 146.9º 0.33% 0.69% -
XYZ 27.62 36.43 31.56 -
YUV 154.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 117 175 143 0.33 0 0.18 0.31 146.9 0.27 0.57
Hex 75 AF 8F 21 0 12 1F 93 1B 39
Octal 165 257 217 41 0 22 37 223 33 71
Binary 1110101 10101111 10001111 100001 0 10010 11111 10010011 11011 111001

Color Harmonies of #75AF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF8F

Black with #75AF8F

Text Example


Text Example

White with #75AF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AF8F; }

 p { color: rgb(117,175,143); }

 H1.HeaderClassName
 {
   color: #75AF8F;
 }
 .AnyTagClassName
 {
   color: #75AF8F;
 }
</style>

background-color css

<style>
 a { background-color: #75AF8F; }

 a { background-color: rgb(117,175,143); }

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

border-color css

<style>
 span { border-color: #75AF8F; }

 span { border-color: rgb(117,175,143); }

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