Html Css Color HEX #75BE96 Padua

📋 copy color: '#75BE96'

red 117 ◦ green 190 ◦ blue 150

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

Shades of Padua #75BE96

Tints of Padua #75BE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 25.6%
G = 41.58%
B = 32.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#75BE96 (or 0x75BE96) is known color: Padua. HEX triplet: 75, BE and 96. RGB value is (117,190,150). Sum of RGB (Red+Green+Blue) = 117+190+150=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE96 is #8A4169. Grayscale: #A3A3A3. Windows color (decimal): -9060714 or 9879157. OLE color: 9879157.

HSL color Cylindrical-coordinate representation of color #75BE96: hue angle of 147.12º 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 #75BE96 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 150 -
CMYK 0.38 0 0.21 0.25
HSL 147.12º 0.36% 0.6% -
HSV(B) 147.12º 0.38% 0.75% -
XYZ 31.25 42.81 35.47 -
YUV 163.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 117 190 150 0.38 0 0.21 0.25 147.12 0.36 0.6
Hex 75 BE 96 26 0 15 19 93 24 3C
Octal 165 276 226 46 0 25 31 223 44 74
Binary 1110101 10111110 10010110 100110 0 10101 11001 10010011 100100 111100

Color Harmonies of #75BE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE96

Black with #75BE96

Text Example


Text Example

White with #75BE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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