Html Css Color HEX #138174 Deep Sea

📋 copy color: '#138174'

red 19 ◦ green 129 ◦ blue 116

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

Shades of Deep Sea #138174

Tints of Deep Sea #138174

RGB

 RED value IS 19 (7.81% from 255) = 7.2%

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

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

R = 7.2%
G = 48.86%
B = 43.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#138174 (or 0x138174) is known color: Deep Sea. HEX triplet: 13, 81 and 74. RGB value is (19,129,116). Sum of RGB (Red+Green+Blue) = 19+129+116=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #138174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138174 is #EC7E8B. Grayscale: #5E5E5E. Windows color (decimal): -15498892 or 7635219. OLE color: 7635219.

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

Color convert

RGB 19 129 116 -
CMYK 0.85 0 0.10 0.49
HSL 172.91º 0.74% 0.29% -
HSV(B) 172.91º 0.85% 0.51% -
XYZ 11.27 17.1 19.23 -
YUV 94.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 19 129 116 0.85 0 0.10 0.49 172.91 0.74 0.29
Hex 13 81 74 55 0 A 31 AD 4A 1D
Octal 23 201 164 125 0 12 61 255 112 35
Binary 10011 10000001 1110100 1010101 0 1010 110001 10101101 1001010 11101

Color Harmonies of #138174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138174

Black with #138174

Text Example


Text Example

White with #138174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138174; }

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

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

background-color css

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

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

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

border-color css

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

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

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