Html Css Color HEX #138666 Deep Sea

📋 copy color: '#138666'

red 19 ◦ green 134 ◦ blue 102

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

Shades of Deep Sea #138666

Tints of Deep Sea #138666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.55%

 BLUE value IS 102 (40.23% from 255) = 40%

R = 7.45%
G = 52.55%
B = 40%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#138666 (or 0x138666) is known color: Deep Sea. HEX triplet: 13, 86 and 66. RGB value is (19,134,102). Sum of RGB (Red+Green+Blue) = 19+134+102=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #138666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138666 is #EC7999. Grayscale: #5F5F5F. Windows color (decimal): -15497626 or 6718995. OLE color: 6718995.

HSL color Cylindrical-coordinate representation of color #138666: hue angle of 163.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138666 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 102 -
CMYK 0.86 0 0.24 0.47
HSL 163.3º 0.75% 0.3% -
HSV(B) 163.3º 0.86% 0.53% -
XYZ 11.19 18.15 15.48 -
YUV 95.97 131.4 73.1 -
System Red Green Blue C M Y K H S L
Decimal 19 134 102 0.86 0 0.24 0.47 163.3 0.75 0.3
Hex 13 86 66 56 0 18 2F A3 4B 1E
Octal 23 206 146 126 0 30 57 243 113 36
Binary 10011 10000110 1100110 1010110 0 11000 101111 10100011 1001011 11110

Color Harmonies of #138666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138666

Black with #138666

Text Example


Text Example

White with #138666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138666; }

 p { color: rgb(19,134,102); }

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

background-color css

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

 a { background-color: rgb(19,134,102); }

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

border-color css

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

 span { border-color: rgb(19,134,102); }

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