Html Css Color HEX #75BE9C Padua

📋 copy color: '#75BE9C'

red 117 ◦ green 190 ◦ blue 156

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

Shades of Padua #75BE9C

Tints of Padua #75BE9C

RGB

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

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

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

R = 25.27%
G = 41.04%
B = 33.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#75BE9C (or 0x75BE9C) is known color: Padua. HEX triplet: 75, BE and 9C. RGB value is (117,190,156). Sum of RGB (Red+Green+Blue) = 117+190+156=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE9C is #8A4163. Grayscale: #A4A4A4. Windows color (decimal): -9060708 or 10272373. OLE color: 10272373.

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

Color convert

RGB 117 190 156 -
CMYK 0.38 0 0.18 0.25
HSL 152.05º 0.36% 0.6% -
HSV(B) 152.05º 0.38% 0.75% -
XYZ 31.75 43.01 38.08 -
YUV 164.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 117 190 156 0.38 0 0.18 0.25 152.05 0.36 0.6
Hex 75 BE 9C 26 0 12 19 98 24 3C
Octal 165 276 234 46 0 22 31 230 44 74
Binary 1110101 10111110 10011100 100110 0 10010 11001 10011000 100100 111100

Color Harmonies of #75BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE9C

Black with #75BE9C

Text Example


Text Example

White with #75BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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