Html Css Color HEX #74B398 Acapulco

📋 copy color: '#74B398'

red 116 ◦ green 179 ◦ blue 152

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

Shades of Acapulco #74B398

Tints of Acapulco #74B398

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

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

R = 25.95%
G = 40.04%
B = 34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#74B398 (or 0x74B398) is known color: Acapulco. HEX triplet: 74, B3 and 98. RGB value is (116,179,152). Sum of RGB (Red+Green+Blue) = 116+179+152=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #74B398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B398 is #8B4C67. Grayscale: #9D9D9D. Windows color (decimal): -9129064 or 10007412. OLE color: 10007412.

HSL color Cylindrical-coordinate representation of color #74B398: hue angle of 154.29º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B398 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 179 152 -
CMYK 0.35 0 0.15 0.30
HSL 154.29º 0.29% 0.58% -
HSV(B) 154.29º 0.35% 0.7% -
XYZ 28.99 38.22 35.56 -
YUV 157.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 116 179 152 0.35 0 0.15 0.30 154.29 0.29 0.58
Hex 74 B3 98 23 0 F 1E 9A 1D 3A
Octal 164 263 230 43 0 17 36 232 35 72
Binary 1110100 10110011 10011000 100011 0 1111 11110 10011010 11101 111010

Color Harmonies of #74B398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B398

Black with #74B398

Text Example


Text Example

White with #74B398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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