Html Css Color HEX #138261 Deep Sea

📋 copy color: '#138261'

red 19 ◦ green 130 ◦ blue 97

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

Shades of Deep Sea #138261

Tints of Deep Sea #138261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

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

R = 7.72%
G = 52.85%
B = 39.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#138261 (or 0x138261) is known color: Deep Sea. HEX triplet: 13, 82 and 61. RGB value is (19,130,97). Sum of RGB (Red+Green+Blue) = 19+130+97=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #138261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138261 is #EC7D9E. Grayscale: #5D5D5D. Windows color (decimal): -15498655 or 6390291. OLE color: 6390291.

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

Color convert

RGB 19 130 97 -
CMYK 0.85 0 0.25 0.49
HSL 162.16º 0.74% 0.29% -
HSV(B) 162.16º 0.85% 0.51% -
XYZ 10.41 16.97 14.04 -
YUV 93.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 19 130 97 0.85 0 0.25 0.49 162.16 0.74 0.29
Hex 13 82 61 55 0 19 31 A2 4A 1D
Octal 23 202 141 125 0 31 61 242 112 35
Binary 10011 10000010 1100001 1010101 0 11001 110001 10100010 1001010 11101

Color Harmonies of #138261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138261

Black with #138261

Text Example


Text Example

White with #138261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138261; }

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

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

background-color css

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

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

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

border-color css

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

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

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