Html Css Color HEX #16765F Deep Sea

📋 copy color: '#16765F'

red 22 ◦ green 118 ◦ blue 95

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

Shades of Deep Sea #16765F

Tints of Deep Sea #16765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.21%

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

R = 9.36%
G = 50.21%
B = 40.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#16765F (or 0x16765F) is known color: Deep Sea. HEX triplet: 16, 76 and 5F. RGB value is (22,118,95). Sum of RGB (Red+Green+Blue) = 22+118+95=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #16765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16765F is #E989A0. Grayscale: #565656. Windows color (decimal): -15305121 or 6256150. OLE color: 6256150.

HSL color Cylindrical-coordinate representation of color #16765F: hue angle of 165.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16765F is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 118 95 -
CMYK 0.81 0 0.19 0.54
HSL 165.63º 0.69% 0.27% -
HSV(B) 165.63º 0.81% 0.46% -
XYZ 8.87 13.95 13.05 -
YUV 86.67 132.7 81.87 -
System Red Green Blue C M Y K H S L
Decimal 22 118 95 0.81 0 0.19 0.54 165.63 0.69 0.27
Hex 16 76 5F 51 0 13 36 A6 45 1B
Octal 26 166 137 121 0 23 66 246 105 33
Binary 10110 1110110 1011111 1010001 0 10011 110110 10100110 1000101 11011

Color Harmonies of #16765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16765F

Black with #16765F

Text Example


Text Example

White with #16765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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