Html Css Color HEX #88A29F Submarine

📋 copy color: '#88A29F'

red 136 ◦ green 162 ◦ blue 159

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

Shades of Submarine #88A29F

Tints of Submarine #88A29F

RGB

 RED value IS 136 (53.52% from 255) = 29.76%

 GREEN value IS 162 (63.67% from 255) = 35.45%

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 29.76%
G = 35.45%
B = 34.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#88A29F (or 0x88A29F) is known color: Submarine. HEX triplet: 88, A2 and 9F. RGB value is (136,162,159). Sum of RGB (Red+Green+Blue) = 136+162+159=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #88A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A29F is #775D60. Grayscale: #999999. Windows color (decimal): -7822689 or 10461832. OLE color: 10461832.

HSL color Cylindrical-coordinate representation of color #88A29F: hue angle of 173.08º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A29F is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 159 -
CMYK 0.16 0 0.02 0.36
HSL 173.08º 0.12% 0.58% -
HSV(B) 173.08º 0.16% 0.64% -
XYZ 29.33 33.58 37.74 -
YUV 153.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 136 162 159 0.16 0 0.02 0.36 173.08 0.12 0.58
Hex 88 A2 9F 10 0 2 24 AD C 3A
Octal 210 242 237 20 0 2 44 255 14 72
Binary 10001000 10100010 10011111 10000 0 10 100100 10101101 1100 111010

Color Harmonies of #88A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A29F

Black with #88A29F

Text Example


Text Example

White with #88A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A29F; }

 p { color: rgb(136,162,159); }

 H1.HeaderClassName
 {
   color: #88A29F;
 }
 .AnyTagClassName
 {
   color: #88A29F;
 }
</style>

background-color css

<style>
 a { background-color: #88A29F; }

 a { background-color: rgb(136,162,159); }

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

border-color css

<style>
 span { border-color: #88A29F; }

 span { border-color: rgb(136,162,159); }

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