Html Css Color HEX #138162 Deep Sea

📋 copy color: '#138162'

red 19 ◦ green 129 ◦ blue 98

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

Shades of Deep Sea #138162

Tints of Deep Sea #138162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.44%

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 7.72%
G = 52.44%
B = 39.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#138162 (or 0x138162) is known color: Deep Sea. HEX triplet: 13, 81 and 62. RGB value is (19,129,98). Sum of RGB (Red+Green+Blue) = 19+129+98=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #138162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138162 is #EC7E9D. Grayscale: #5C5C5C. Windows color (decimal): -15498910 or 6455571. OLE color: 6455571.

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

Color convert

RGB 19 129 98 -
CMYK 0.85 0 0.24 0.49
HSL 163.09º 0.74% 0.29% -
HSV(B) 163.09º 0.85% 0.51% -
XYZ 10.32 16.72 14.24 -
YUV 92.58 131.06 75.52 -
System Red Green Blue C M Y K H S L
Decimal 19 129 98 0.85 0 0.24 0.49 163.09 0.74 0.29
Hex 13 81 62 55 0 18 31 A3 4A 1D
Octal 23 201 142 125 0 30 61 243 112 35
Binary 10011 10000001 1100010 1010101 0 11000 110001 10100011 1001010 11101

Color Harmonies of #138162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138162

Black with #138162

Text Example


Text Example

White with #138162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138162; }

 p { color: rgb(19,129,98); }

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

background-color css

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

 a { background-color: rgb(19,129,98); }

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

border-color css

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

 span { border-color: rgb(19,129,98); }

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