Html Css Color HEX #138460 Deep Sea

📋 copy color: '#138460'

red 19 ◦ green 132 ◦ blue 96

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

Shades of Deep Sea #138460

Tints of Deep Sea #138460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

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

R = 7.69%
G = 53.44%
B = 38.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#138460 (or 0x138460) is known color: Deep Sea. HEX triplet: 13, 84 and 60. RGB value is (19,132,96). Sum of RGB (Red+Green+Blue) = 19+132+96=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #138460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138460 is #EC7B9F. Grayscale: #5E5E5E. Windows color (decimal): -15498144 or 6325267. OLE color: 6325267.

HSL color Cylindrical-coordinate representation of color #138460: hue angle of 160.88º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138460 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 96 -
CMYK 0.86 0 0.27 0.48
HSL 160.89º 0.75% 0.3% -
HSV(B) 160.89º 0.86% 0.52% -
XYZ 10.63 17.49 13.88 -
YUV 94.11 129.06 74.43 -
System Red Green Blue C M Y K H S L
Decimal 19 132 96 0.86 0 0.27 0.48 160.89 0.75 0.3
Hex 13 84 60 56 0 1B 30 A1 4B 1E
Octal 23 204 140 126 0 33 60 241 113 36
Binary 10011 10000100 1100000 1010110 0 11011 110000 10100001 1001011 11110

Color Harmonies of #138460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138460

Black with #138460

Text Example


Text Example

White with #138460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138460; }

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

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

background-color css

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

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

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

border-color css

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

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

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