Html Css Color HEX #138175 Deep Sea

📋 copy color: '#138175'

red 19 ◦ green 129 ◦ blue 117

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

Shades of Deep Sea #138175

Tints of Deep Sea #138175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 7.17%
G = 48.68%
B = 44.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#138175 (or 0x138175) is known color: Deep Sea. HEX triplet: 13, 81 and 75. RGB value is (19,129,117). Sum of RGB (Red+Green+Blue) = 19+129+117=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #138175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138175 is #EC7E8A. Grayscale: #5E5E5E. Windows color (decimal): -15498891 or 7700755. OLE color: 7700755.

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

Color convert

RGB 19 129 117 -
CMYK 0.85 0 0.09 0.49
HSL 173.45º 0.74% 0.29% -
HSV(B) 173.45º 0.85% 0.51% -
XYZ 11.33 17.12 19.54 -
YUV 94.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 19 129 117 0.85 0 0.09 0.49 173.45 0.74 0.29
Hex 13 81 75 55 0 9 31 AD 4A 1D
Octal 23 201 165 125 0 11 61 255 112 35
Binary 10011 10000001 1110101 1010101 0 1001 110001 10101101 1001010 11101

Color Harmonies of #138175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138175

Black with #138175

Text Example


Text Example

White with #138175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138175; }

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

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

background-color css

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

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

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

border-color css

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

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

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