Html Css Color HEX #70B398 Acapulco

📋 copy color: '#70B398'

red 112 ◦ green 179 ◦ blue 152

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

Shades of Acapulco #70B398

Tints of Acapulco #70B398

RGB

 RED value IS 112 (44.14% from 255) = 25.28%

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

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

R = 25.28%
G = 40.41%
B = 34.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#70B398 (or 0x70B398) is known color: Acapulco. HEX triplet: 70, B3 and 98. RGB value is (112,179,152). Sum of RGB (Red+Green+Blue) = 112+179+152=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #70B398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B398 is #8F4C67. Grayscale: #9B9B9B. Windows color (decimal): -9391208 or 10007408. OLE color: 10007408.

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

Color convert

RGB 112 179 152 -
CMYK 0.37 0 0.15 0.30
HSL 155.82º 0.31% 0.57% -
HSV(B) 155.82º 0.37% 0.7% -
XYZ 28.47 37.95 35.53 -
YUV 155.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 112 179 152 0.37 0 0.15 0.30 155.82 0.31 0.57
Hex 70 B3 98 25 0 F 1E 9C 1F 39
Octal 160 263 230 45 0 17 36 234 37 71
Binary 1110000 10110011 10011000 100101 0 1111 11110 10011100 11111 111001

Color Harmonies of #70B398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B398

Black with #70B398

Text Example


Text Example

White with #70B398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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