Html Css Color HEX #138373 Deep Sea

📋 copy color: '#138373'

red 19 ◦ green 131 ◦ blue 115

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

Shades of Deep Sea #138373

Tints of Deep Sea #138373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.43%

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

R = 7.17%
G = 49.43%
B = 43.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#138373 (or 0x138373) is known color: Deep Sea. HEX triplet: 13, 83 and 73. RGB value is (19,131,115). Sum of RGB (Red+Green+Blue) = 19+131+115=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #138373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138373 is #EC7C8C. Grayscale: #5F5F5F. Windows color (decimal): -15498381 or 7570195. OLE color: 7570195.

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

Color convert

RGB 19 131 115 -
CMYK 0.85 0 0.12 0.49
HSL 171.43º 0.75% 0.29% -
HSV(B) 171.43º 0.85% 0.51% -
XYZ 11.48 17.61 19.01 -
YUV 95.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 19 131 115 0.85 0 0.12 0.49 171.43 0.75 0.29
Hex 13 83 73 55 0 C 31 AB 4B 1D
Octal 23 203 163 125 0 14 61 253 113 35
Binary 10011 10000011 1110011 1010101 0 1100 110001 10101011 1001011 11101

Color Harmonies of #138373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138373

Black with #138373

Text Example


Text Example

White with #138373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138373; }

 p { color: rgb(19,131,115); }

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

background-color css

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

 a { background-color: rgb(19,131,115); }

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

border-color css

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

 span { border-color: rgb(19,131,115); }

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