Html Css Color HEX #128165 Deep Sea

📋 copy color: '#128165'

red 18 ◦ green 129 ◦ blue 101

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

Shades of Deep Sea #128165

Tints of Deep Sea #128165

RGB

 RED value IS 18 (7.42% from 255) = 7.26%

 GREEN value IS 129 (50.78% from 255) = 52.02%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 7.26%
G = 52.02%
B = 40.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#128165 (or 0x128165) is known color: Deep Sea. HEX triplet: 12, 81 and 65. RGB value is (18,129,101). Sum of RGB (Red+Green+Blue) = 18+129+101=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #128165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128165 is #ED7E9A. Grayscale: #5C5C5C. Windows color (decimal): -15564443 or 6652178. OLE color: 6652178.

HSL color Cylindrical-coordinate representation of color #128165: hue angle of 164.86º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128165 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 101 -
CMYK 0.86 0 0.22 0.49
HSL 164.86º 0.76% 0.29% -
HSV(B) 164.86º 0.86% 0.51% -
XYZ 10.45 16.77 15 -
YUV 92.62 132.73 74.78 -
System Red Green Blue C M Y K H S L
Decimal 18 129 101 0.86 0 0.22 0.49 164.86 0.76 0.29
Hex 12 81 65 56 0 16 31 A5 4C 1D
Octal 22 201 145 126 0 26 61 245 114 35
Binary 10010 10000001 1100101 1010110 0 10110 110001 10100101 1001100 11101

Color Harmonies of #128165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128165

Black with #128165

Text Example


Text Example

White with #128165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128165; }

 p { color: rgb(18,129,101); }

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

background-color css

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

 a { background-color: rgb(18,129,101); }

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

border-color css

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

 span { border-color: rgb(18,129,101); }

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