Html Css Color HEX #16865F Deep Sea

📋 copy color: '#16865F'

red 22 ◦ green 134 ◦ blue 95

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

Shades of Deep Sea #16865F

Tints of Deep Sea #16865F

RGB

 RED value IS 22 (8.98% from 255) = 8.76%

 GREEN value IS 134 (52.73% from 255) = 53.39%

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 8.76%
G = 53.39%
B = 37.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#16865F (or 0x16865F) is known color: Deep Sea. HEX triplet: 16, 86 and 5F. RGB value is (22,134,95). Sum of RGB (Red+Green+Blue) = 22+134+95=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #16865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16865F is #E979A0. Grayscale: #606060. Windows color (decimal): -15301025 or 6260246. OLE color: 6260246.

HSL color Cylindrical-coordinate representation of color #16865F: hue angle of 159.11º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16865F is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 134 95 -
CMYK 0.84 0 0.29 0.47
HSL 159.11º 0.72% 0.31% -
HSV(B) 159.11º 0.84% 0.53% -
XYZ 10.92 18.05 13.73 -
YUV 96.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 22 134 95 0.84 0 0.29 0.47 159.11 0.72 0.31
Hex 16 86 5F 54 0 1D 2F 9F 48 1F
Octal 26 206 137 124 0 35 57 237 110 37
Binary 10110 10000110 1011111 1010100 0 11101 101111 10011111 1001000 11111

Color Harmonies of #16865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16865F

Black with #16865F

Text Example


Text Example

White with #16865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,134,95); }

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

background-color css

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

 a { background-color: rgb(22,134,95); }

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

border-color css

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

 span { border-color: rgb(22,134,95); }

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