Html Css Color HEX #75BC91 Padua

📋 copy color: '#75BC91'

red 117 ◦ green 188 ◦ blue 145

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

Shades of Padua #75BC91

Tints of Padua #75BC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.78%

 BLUE value IS 145 (57.03% from 255) = 32.22%

R = 26%
G = 41.78%
B = 32.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#75BC91 (or 0x75BC91) is known color: Padua. HEX triplet: 75, BC and 91. RGB value is (117,188,145). Sum of RGB (Red+Green+Blue) = 117+188+145=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BC91 is #8A436E. Grayscale: #A1A1A1. Windows color (decimal): -9061231 or 9550965. OLE color: 9550965.

HSL color Cylindrical-coordinate representation of color #75BC91: hue angle of 143.66º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BC91 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 145 -
CMYK 0.38 0 0.23 0.26
HSL 143.66º 0.35% 0.6% -
HSV(B) 143.66º 0.38% 0.74% -
XYZ 30.43 41.79 33.25 -
YUV 161.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 117 188 145 0.38 0 0.23 0.26 143.66 0.35 0.6
Hex 75 BC 91 26 0 17 1A 90 23 3C
Octal 165 274 221 46 0 27 32 220 43 74
Binary 1110101 10111100 10010001 100110 0 10111 11010 10010000 100011 111100

Color Harmonies of #75BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC91

Black with #75BC91

Text Example


Text Example

White with #75BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,145); }

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

background-color css

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

 a { background-color: rgb(117,188,145); }

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

border-color css

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

 span { border-color: rgb(117,188,145); }

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