Html Css Color HEX #75BD9E Padua

📋 copy color: '#75BD9E'

red 117 ◦ green 189 ◦ blue 158

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

Shades of Padua #75BD9E

Tints of Padua #75BD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.73%

 BLUE value IS 158 (62.11% from 255) = 34.05%

R = 25.22%
G = 40.73%
B = 34.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#75BD9E (or 0x75BD9E) is known color: Padua. HEX triplet: 75, BD and 9E. RGB value is (117,189,158). Sum of RGB (Red+Green+Blue) = 117+189+158=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BD9E is #8A4261. Grayscale: #A3A3A3. Windows color (decimal): -9060962 or 10403189. OLE color: 10403189.

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

Color convert

RGB 117 189 158 -
CMYK 0.38 0 0.16 0.26
HSL 154.17º 0.35% 0.6% -
HSV(B) 154.17º 0.38% 0.74% -
XYZ 31.71 42.65 38.91 -
YUV 163.94 124.65 94.52 -
System Red Green Blue C M Y K H S L
Decimal 117 189 158 0.38 0 0.16 0.26 154.17 0.35 0.6
Hex 75 BD 9E 26 0 10 1A 9A 23 3C
Octal 165 275 236 46 0 20 32 232 43 74
Binary 1110101 10111101 10011110 100110 0 10000 11010 10011010 100011 111100

Color Harmonies of #75BD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD9E

Black with #75BD9E

Text Example


Text Example

White with #75BD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,158); }

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

background-color css

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

 a { background-color: rgb(117,189,158); }

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

border-color css

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

 span { border-color: rgb(117,189,158); }

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