Html Css Color HEX #75BE95 Padua

📋 copy color: '#75BE95'

red 117 ◦ green 190 ◦ blue 149

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

Shades of Padua #75BE95

Tints of Padua #75BE95

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.67%

 BLUE value IS 149 (58.59% from 255) = 32.68%

R = 25.66%
G = 41.67%
B = 32.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#75BE95 (or 0x75BE95) is known color: Padua. HEX triplet: 75, BE and 95. RGB value is (117,190,149). Sum of RGB (Red+Green+Blue) = 117+190+149=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE95 is #8A416A. Grayscale: #A3A3A3. Windows color (decimal): -9060715 or 9813621. OLE color: 9813621.

HSL color Cylindrical-coordinate representation of color #75BE95: hue angle of 146.3º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BE95 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 149 -
CMYK 0.38 0 0.22 0.25
HSL 146.3º 0.36% 0.6% -
HSV(B) 146.3º 0.38% 0.75% -
XYZ 31.17 42.78 35.05 -
YUV 163.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 117 190 149 0.38 0 0.22 0.25 146.3 0.36 0.6
Hex 75 BE 95 26 0 16 19 92 24 3C
Octal 165 276 225 46 0 26 31 222 44 74
Binary 1110101 10111110 10010101 100110 0 10110 11001 10010010 100100 111100

Color Harmonies of #75BE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE95

Black with #75BE95

Text Example


Text Example

White with #75BE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,149); }

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

background-color css

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

 a { background-color: rgb(117,190,149); }

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

border-color css

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

 span { border-color: rgb(117,190,149); }

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