Html Css Color HEX #138065 Deep Sea

📋 copy color: '#138065'

red 19 ◦ green 128 ◦ blue 101

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

Shades of Deep Sea #138065

Tints of Deep Sea #138065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 7.66%
G = 51.61%
B = 40.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#138065 (or 0x138065) is known color: Deep Sea. HEX triplet: 13, 80 and 65. RGB value is (19,128,101). Sum of RGB (Red+Green+Blue) = 19+128+101=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #138065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138065 is #EC7F9A. Grayscale: #5C5C5C. Windows color (decimal): -15499163 or 6651923. OLE color: 6651923.

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

Color convert

RGB 19 128 101 -
CMYK 0.85 0 0.21 0.50
HSL 165.14º 0.74% 0.29% -
HSV(B) 165.14º 0.85% 0.5% -
XYZ 10.34 16.52 14.96 -
YUV 92.33 132.89 75.7 -
System Red Green Blue C M Y K H S L
Decimal 19 128 101 0.85 0 0.21 0.50 165.14 0.74 0.29
Hex 13 80 65 55 0 15 32 A5 4A 1D
Octal 23 200 145 125 0 25 62 245 112 35
Binary 10011 10000000 1100101 1010101 0 10101 110010 10100101 1001010 11101

Color Harmonies of #138065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138065

Black with #138065

Text Example


Text Example

White with #138065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138065; }

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

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

background-color css

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

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

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

border-color css

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

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

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