Html Css Color HEX #16765C Deep Sea

📋 copy color: '#16765C'

red 22 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #16765C

Tints of Deep Sea #16765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 9.48%
G = 50.86%
B = 39.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#16765C (or 0x16765C) is known color: Deep Sea. HEX triplet: 16, 76 and 5C. RGB value is (22,118,92). Sum of RGB (Red+Green+Blue) = 22+118+92=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #16765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16765C is #E989A3. Grayscale: #565656. Windows color (decimal): -15305124 or 6059542. OLE color: 6059542.

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

Color convert

RGB 22 118 92 -
CMYK 0.81 0 0.22 0.54
HSL 163.75º 0.69% 0.27% -
HSV(B) 163.75º 0.81% 0.46% -
XYZ 8.74 13.9 12.35 -
YUV 86.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 22 118 92 0.81 0 0.22 0.54 163.75 0.69 0.27
Hex 16 76 5C 51 0 16 36 A4 45 1B
Octal 26 166 134 121 0 26 66 244 105 33
Binary 10110 1110110 1011100 1010001 0 10110 110110 10100100 1000101 11011

Color Harmonies of #16765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16765C

Black with #16765C

Text Example


Text Example

White with #16765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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