Html Css Color HEX #128174 Deep Sea

📋 copy color: '#128174'

red 18 ◦ green 129 ◦ blue 116

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

Shades of Deep Sea #128174

Tints of Deep Sea #128174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 6.84%
G = 49.05%
B = 44.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#128174 (or 0x128174) is known color: Deep Sea. HEX triplet: 12, 81 and 74. RGB value is (18,129,116). Sum of RGB (Red+Green+Blue) = 18+129+116=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #128174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128174 is #ED7E8B. Grayscale: #5E5E5E. Windows color (decimal): -15564428 or 7635218. OLE color: 7635218.

HSL color Cylindrical-coordinate representation of color #128174: hue angle of 172.97º 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 #128174 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 116 -
CMYK 0.86 0 0.10 0.49
HSL 172.97º 0.76% 0.29% -
HSV(B) 172.97º 0.86% 0.51% -
XYZ 11.25 17.09 19.23 -
YUV 94.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 18 129 116 0.86 0 0.10 0.49 172.97 0.76 0.29
Hex 12 81 74 56 0 A 31 AD 4C 1D
Octal 22 201 164 126 0 12 61 255 114 35
Binary 10010 10000001 1110100 1010110 0 1010 110001 10101101 1001100 11101

Color Harmonies of #128174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128174

Black with #128174

Text Example


Text Example

White with #128174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128174; }

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

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

background-color css

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

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

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

border-color css

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

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

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