Html Css Color HEX #138461 Deep Sea

📋 copy color: '#138461'

red 19 ◦ green 132 ◦ blue 97

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

Shades of Deep Sea #138461

Tints of Deep Sea #138461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 7.66%
G = 53.23%
B = 39.11%

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

#138461 (or 0x138461) is known color: Deep Sea. HEX triplet: 13, 84 and 61. RGB value is (19,132,97). Sum of RGB (Red+Green+Blue) = 19+132+97=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #138461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138461 is #EC7B9E. Grayscale: #5E5E5E. Windows color (decimal): -15498143 or 6390803. OLE color: 6390803.

HSL color Cylindrical-coordinate representation of color #138461: hue angle of 161.42º 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 #138461 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 97 -
CMYK 0.86 0 0.27 0.48
HSL 161.42º 0.75% 0.3% -
HSV(B) 161.42º 0.86% 0.52% -
XYZ 10.68 17.5 14.13 -
YUV 94.22 129.56 74.35 -
System Red Green Blue C M Y K H S L
Decimal 19 132 97 0.86 0 0.27 0.48 161.42 0.75 0.3
Hex 13 84 61 56 0 1B 30 A1 4B 1E
Octal 23 204 141 126 0 33 60 241 113 36
Binary 10011 10000100 1100001 1010110 0 11011 110000 10100001 1001011 11110

Color Harmonies of #138461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138461

Black with #138461

Text Example


Text Example

White with #138461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138461; }

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

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

background-color css

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

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

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

border-color css

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

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

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