Html Css Color HEX #138060 Deep Sea

📋 copy color: '#138060'

red 19 ◦ green 128 ◦ blue 96

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

Shades of Deep Sea #138060

Tints of Deep Sea #138060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.67%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 7.82%
G = 52.67%
B = 39.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#138060 (or 0x138060) is known color: Deep Sea. HEX triplet: 13, 80 and 60. RGB value is (19,128,96). Sum of RGB (Red+Green+Blue) = 19+128+96=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #138060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138060 is #EC7F9F. Grayscale: #5B5B5B. Windows color (decimal): -15499168 or 6324243. OLE color: 6324243.

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

Color convert

RGB 19 128 96 -
CMYK 0.85 0 0.25 0.50
HSL 162.39º 0.74% 0.29% -
HSV(B) 162.39º 0.85% 0.5% -
XYZ 10.1 16.42 13.7 -
YUV 91.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 19 128 96 0.85 0 0.25 0.50 162.39 0.74 0.29
Hex 13 80 60 55 0 19 32 A2 4A 1D
Octal 23 200 140 125 0 31 62 242 112 35
Binary 10011 10000000 1100000 1010101 0 11001 110010 10100010 1001010 11101

Color Harmonies of #138060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138060

Black with #138060

Text Example


Text Example

White with #138060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138060; }

 p { color: rgb(19,128,96); }

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

background-color css

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

 a { background-color: rgb(19,128,96); }

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

border-color css

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

 span { border-color: rgb(19,128,96); }

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