Html Css Color HEX #74B898 Padua

📋 copy color: '#74B898'

red 116 ◦ green 184 ◦ blue 152

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

Shades of Padua #74B898

Tints of Padua #74B898

RGB

 RED value IS 116 (45.7% from 255) = 25.66%

 GREEN value IS 184 (72.27% from 255) = 40.71%

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 25.66%
G = 40.71%
B = 33.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#74B898 (or 0x74B898) is known color: Padua. HEX triplet: 74, B8 and 98. RGB value is (116,184,152). Sum of RGB (Red+Green+Blue) = 116+184+152=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #74B898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B898 is #8B4767. Grayscale: #A0A0A0. Windows color (decimal): -9127784 or 10008692. OLE color: 10008692.

HSL color Cylindrical-coordinate representation of color #74B898: hue angle of 151.76º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B898 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 184 152 -
CMYK 0.37 0 0.17 0.28
HSL 151.76º 0.32% 0.59% -
HSV(B) 151.76º 0.37% 0.72% -
XYZ 30.01 40.26 35.9 -
YUV 160.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 116 184 152 0.37 0 0.17 0.28 151.76 0.32 0.59
Hex 74 B8 98 25 0 11 1C 98 20 3B
Octal 164 270 230 45 0 21 34 230 40 73
Binary 1110100 10111000 10011000 100101 0 10001 11100 10011000 100000 111011

Color Harmonies of #74B898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B898

Black with #74B898

Text Example


Text Example

White with #74B898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B898; }

 p { color: rgb(116,184,152); }

 H1.HeaderClassName
 {
   color: #74B898;
 }
 .AnyTagClassName
 {
   color: #74B898;
 }
</style>

background-color css

<style>
 a { background-color: #74B898; }

 a { background-color: rgb(116,184,152); }

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

border-color css

<style>
 span { border-color: #74B898; }

 span { border-color: rgb(116,184,152); }

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