Html Css Color HEX #85A29F Submarine

📋 copy color: '#85A29F'

red 133 ◦ green 162 ◦ blue 159

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

Shades of Submarine #85A29F

Tints of Submarine #85A29F

RGB

 RED value IS 133 (52.34% from 255) = 29.3%

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

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

R = 29.3%
G = 35.68%
B = 35.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#85A29F (or 0x85A29F) is known color: Submarine. HEX triplet: 85, A2 and 9F. RGB value is (133,162,159). Sum of RGB (Red+Green+Blue) = 133+162+159=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #85A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A29F is #7A5D60. Grayscale: #989898. Windows color (decimal): -8019297 or 10461829. OLE color: 10461829.

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

Color convert

RGB 133 162 159 -
CMYK 0.18 0 0.02 0.36
HSL 173.79º 0.13% 0.58% -
HSV(B) 173.79º 0.18% 0.64% -
XYZ 28.85 33.33 37.71 -
YUV 152.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 133 162 159 0.18 0 0.02 0.36 173.79 0.13 0.58
Hex 85 A2 9F 12 0 2 24 AE D 3A
Octal 205 242 237 22 0 2 44 256 15 72
Binary 10000101 10100010 10011111 10010 0 10 100100 10101110 1101 111010

Color Harmonies of #85A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A29F

Black with #85A29F

Text Example


Text Example

White with #85A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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