Html Css Color HEX #138167 Deep Sea

📋 copy color: '#138167'

red 19 ◦ green 129 ◦ blue 103

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

Shades of Deep Sea #138167

Tints of Deep Sea #138167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 7.57%
G = 51.39%
B = 41.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#138167 (or 0x138167) is known color: Deep Sea. HEX triplet: 13, 81 and 67. RGB value is (19,129,103). Sum of RGB (Red+Green+Blue) = 19+129+103=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #138167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138167 is #EC7E98. Grayscale: #5D5D5D. Windows color (decimal): -15498905 or 6783251. OLE color: 6783251.

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

Color convert

RGB 19 129 103 -
CMYK 0.85 0 0.20 0.49
HSL 165.82º 0.74% 0.29% -
HSV(B) 165.82º 0.85% 0.51% -
XYZ 10.57 16.82 15.52 -
YUV 93.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 19 129 103 0.85 0 0.20 0.49 165.82 0.74 0.29
Hex 13 81 67 55 0 14 31 A6 4A 1D
Octal 23 201 147 125 0 24 61 246 112 35
Binary 10011 10000001 1100111 1010101 0 10100 110001 10100110 1001010 11101

Color Harmonies of #138167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138167

Black with #138167

Text Example


Text Example

White with #138167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138167; }

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

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

background-color css

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

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

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

border-color css

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

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

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