Html Css Color HEX #138169 Deep Sea

📋 copy color: '#138169'

red 19 ◦ green 129 ◦ blue 105

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

Shades of Deep Sea #138169

Tints of Deep Sea #138169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 7.51%
G = 50.99%
B = 41.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#138169 (or 0x138169) is known color: Deep Sea. HEX triplet: 13, 81 and 69. RGB value is (19,129,105). Sum of RGB (Red+Green+Blue) = 19+129+105=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #138169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138169 is #EC7E96. Grayscale: #5D5D5D. Windows color (decimal): -15498903 or 6914323. OLE color: 6914323.

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

Color convert

RGB 19 129 105 -
CMYK 0.85 0 0.19 0.49
HSL 166.91º 0.74% 0.29% -
HSV(B) 166.91º 0.85% 0.51% -
XYZ 10.67 16.86 16.06 -
YUV 93.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 19 129 105 0.85 0 0.19 0.49 166.91 0.74 0.29
Hex 13 81 69 55 0 13 31 A7 4A 1D
Octal 23 201 151 125 0 23 61 247 112 35
Binary 10011 10000001 1101001 1010101 0 10011 110001 10100111 1001010 11101

Color Harmonies of #138169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138169

Black with #138169

Text Example


Text Example

White with #138169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138169; }

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

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

background-color css

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

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

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

border-color css

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

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

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