Html Css Color HEX #138372 Deep Sea

📋 copy color: '#138372'

red 19 ◦ green 131 ◦ blue 114

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

Shades of Deep Sea #138372

Tints of Deep Sea #138372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 7.2%
G = 49.62%
B = 43.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#138372 (or 0x138372) is known color: Deep Sea. HEX triplet: 13, 83 and 72. RGB value is (19,131,114). Sum of RGB (Red+Green+Blue) = 19+131+114=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #138372 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138372 is #EC7C8D. Grayscale: #5F5F5F. Windows color (decimal): -15498382 or 7504659. OLE color: 7504659.

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

Color convert

RGB 19 131 114 -
CMYK 0.85 0 0.13 0.49
HSL 170.89º 0.75% 0.29% -
HSV(B) 170.89º 0.85% 0.51% -
XYZ 11.42 17.59 18.71 -
YUV 95.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 19 131 114 0.85 0 0.13 0.49 170.89 0.75 0.29
Hex 13 83 72 55 0 D 31 AB 4B 1D
Octal 23 203 162 125 0 15 61 253 113 35
Binary 10011 10000011 1110010 1010101 0 1101 110001 10101011 1001011 11101

Color Harmonies of #138372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138372

Black with #138372

Text Example


Text Example

White with #138372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138372; }

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

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

background-color css

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

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

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

border-color css

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

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

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