Html Css Color HEX #16765E Deep Sea

📋 copy color: '#16765E'

red 22 ◦ green 118 ◦ blue 94

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

Shades of Deep Sea #16765E

Tints of Deep Sea #16765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 9.4%
G = 50.43%
B = 40.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#16765E (or 0x16765E) is known color: Deep Sea. HEX triplet: 16, 76 and 5E. RGB value is (22,118,94). Sum of RGB (Red+Green+Blue) = 22+118+94=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #16765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16765E is #E989A1. Grayscale: #565656. Windows color (decimal): -15305122 or 6190614. OLE color: 6190614.

HSL color Cylindrical-coordinate representation of color #16765E: hue angle of 165º 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 #16765E is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 118 94 -
CMYK 0.81 0 0.20 0.54
HSL 165º 0.69% 0.27% -
HSV(B) 165º 0.81% 0.46% -
XYZ 8.83 13.94 12.81 -
YUV 86.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 22 118 94 0.81 0 0.20 0.54 165 0.69 0.27
Hex 16 76 5E 51 0 14 36 A5 45 1B
Octal 26 166 136 121 0 24 66 245 105 33
Binary 10110 1110110 1011110 1010001 0 10100 110110 10100101 1000101 11011

Color Harmonies of #16765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16765E

Black with #16765E

Text Example


Text Example

White with #16765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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