Html Css Color HEX #71988F Gumbo

📋 copy color: '#71988F'

red 113 ◦ green 152 ◦ blue 143

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

Shades of Gumbo #71988F

Tints of Gumbo #71988F

RGB

 RED value IS 113 (44.53% from 255) = 27.7%

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

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

R = 27.7%
G = 37.25%
B = 35.05%

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

#71988F (or 0x71988F) is known color: Gumbo. HEX triplet: 71, 98 and 8F. RGB value is (113,152,143). Sum of RGB (Red+Green+Blue) = 113+152+143=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #71988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71988F is #8E6770. Grayscale: #8B8B8B. Windows color (decimal): -9332593 or 9410673. OLE color: 9410673.

HSL color Cylindrical-coordinate representation of color #71988F: hue angle of 166.15º 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 #71988F is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 143 -
CMYK 0.26 0 0.06 0.40
HSL 166.15º 0.16% 0.52% -
HSV(B) 166.15º 0.26% 0.6% -
XYZ 23 27.95 30.17 -
YUV 139.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 113 152 143 0.26 0 0.06 0.40 166.15 0.16 0.52
Hex 71 98 8F 1A 0 6 28 A6 10 34
Octal 161 230 217 32 0 6 50 246 20 64
Binary 1110001 10011000 10001111 11010 0 110 101000 10100110 10000 110100

Color Harmonies of #71988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71988F

Black with #71988F

Text Example


Text Example

White with #71988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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