Html Css Color HEX #75BC9C Padua

📋 copy color: '#75BC9C'

red 117 ◦ green 188 ◦ blue 156

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

Shades of Padua #75BC9C

Tints of Padua #75BC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 25.38%
G = 40.78%
B = 33.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#75BC9C (or 0x75BC9C) is known color: Padua. HEX triplet: 75, BC and 9C. RGB value is (117,188,156). Sum of RGB (Red+Green+Blue) = 117+188+156=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BC9C is #8A4363. Grayscale: #A3A3A3. Windows color (decimal): -9061220 or 10271861. OLE color: 10271861.

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

Color convert

RGB 117 188 156 -
CMYK 0.38 0 0.17 0.26
HSL 152.96º 0.35% 0.6% -
HSV(B) 152.96º 0.38% 0.74% -
XYZ 31.32 42.15 37.94 -
YUV 163.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 117 188 156 0.38 0 0.17 0.26 152.96 0.35 0.6
Hex 75 BC 9C 26 0 11 1A 99 23 3C
Octal 165 274 234 46 0 21 32 231 43 74
Binary 1110101 10111100 10011100 100110 0 10001 11010 10011001 100011 111100

Color Harmonies of #75BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC9C

Black with #75BC9C

Text Example


Text Example

White with #75BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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