Html Css Color HEX #70988F Gumbo

📋 copy color: '#70988F'

red 112 ◦ green 152 ◦ blue 143

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

Shades of Gumbo #70988F

Tints of Gumbo #70988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 27.52%
G = 37.35%
B = 35.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#70988F (or 0x70988F) is known color: Gumbo. HEX triplet: 70, 98 and 8F. RGB value is (112,152,143). Sum of RGB (Red+Green+Blue) = 112+152+143=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #70988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70988F is #8F6770. Grayscale: #8B8B8B. Windows color (decimal): -9398129 or 9410672. OLE color: 9410672.

HSL color Cylindrical-coordinate representation of color #70988F: hue angle of 166.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70988F is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 143 -
CMYK 0.26 0 0.06 0.40
HSL 166.5º 0.16% 0.52% -
HSV(B) 166.5º 0.26% 0.6% -
XYZ 22.87 27.88 30.16 -
YUV 139.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 112 152 143 0.26 0 0.06 0.40 166.5 0.16 0.52
Hex 70 98 8F 1A 0 6 28 A6 10 34
Octal 160 230 217 32 0 6 50 246 20 64
Binary 1110000 10011000 10001111 11010 0 110 101000 10100110 10000 110100

Color Harmonies of #70988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70988F

Black with #70988F

Text Example


Text Example

White with #70988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70988F; }

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

 H1.HeaderClassName
 {
   color: #70988F;
 }
 .AnyTagClassName
 {
   color: #70988F;
 }
</style>

background-color css

<style>
 a { background-color: #70988F; }

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

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

border-color css

<style>
 span { border-color: #70988F; }

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

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