Html Css Color HEX #128173 Deep Sea

📋 copy color: '#128173'

red 18 ◦ green 129 ◦ blue 115

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

Shades of Deep Sea #128173

Tints of Deep Sea #128173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 6.87%
G = 49.24%
B = 43.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#128173 (or 0x128173) is known color: Deep Sea. HEX triplet: 12, 81 and 73. RGB value is (18,129,115). Sum of RGB (Red+Green+Blue) = 18+129+115=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #128173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128173 is #ED7E8C. Grayscale: #5E5E5E. Windows color (decimal): -15564429 or 7569682. OLE color: 7569682.

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

Color convert

RGB 18 129 115 -
CMYK 0.86 0 0.11 0.49
HSL 172.43º 0.76% 0.29% -
HSV(B) 172.43º 0.86% 0.51% -
XYZ 11.19 17.07 18.92 -
YUV 94.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 18 129 115 0.86 0 0.11 0.49 172.43 0.76 0.29
Hex 12 81 73 56 0 B 31 AC 4C 1D
Octal 22 201 163 126 0 13 61 254 114 35
Binary 10010 10000001 1110011 1010110 0 1011 110001 10101100 1001100 11101

Color Harmonies of #128173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128173

Black with #128173

Text Example


Text Example

White with #128173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128173; }

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

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

background-color css

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

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

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

border-color css

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

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

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