Html Css Color HEX #16614D Evening Sea

📋 copy color: '#16614D'

red 22 ◦ green 97 ◦ blue 77

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

Shades of Evening Sea #16614D

Tints of Evening Sea #16614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.49%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 11.22%
G = 49.49%
B = 39.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#16614D (or 0x16614D) is known color: Evening Sea. HEX triplet: 16, 61 and 4D. RGB value is (22,97,77). Sum of RGB (Red+Green+Blue) = 22+97+77=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #16614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16614D is #E99EB2. Grayscale: #484848. Windows color (decimal): -15310515 or 5071126. OLE color: 5071126.

HSL color Cylindrical-coordinate representation of color #16614D: hue angle of 164º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16614D is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 97 77 -
CMYK 0.77 0 0.21 0.62
HSL 164º 0.63% 0.23% -
HSV(B) 164º 0.77% 0.38% -
XYZ 5.95 9.26 8.49 -
YUV 72.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 22 97 77 0.77 0 0.21 0.62 164 0.63 0.23
Hex 16 61 4D 4D 0 15 3E A4 3F 17
Octal 26 141 115 115 0 25 76 244 77 27
Binary 10110 1100001 1001101 1001101 0 10101 111110 10100100 111111 10111

Color Harmonies of #16614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16614D

Black with #16614D

Text Example


Text Example

White with #16614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16614D; }

 p { color: rgb(22,97,77); }

 H1.HeaderClassName
 {
   color: #16614D;
 }
 .AnyTagClassName
 {
   color: #16614D;
 }
</style>

background-color css

<style>
 a { background-color: #16614D; }

 a { background-color: rgb(22,97,77); }

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

border-color css

<style>
 span { border-color: #16614D; }

 span { border-color: rgb(22,97,77); }

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