Html Css Color HEX #138763 Deep Sea

📋 copy color: '#138763'

red 19 ◦ green 135 ◦ blue 99

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

Shades of Deep Sea #138763

Tints of Deep Sea #138763

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.36%

 BLUE value IS 99 (39.06% from 255) = 39.13%

R = 7.51%
G = 53.36%
B = 39.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#138763 (or 0x138763) is known color: Deep Sea. HEX triplet: 13, 87 and 63. RGB value is (19,135,99). Sum of RGB (Red+Green+Blue) = 19+135+99=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #138763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138763 is #EC789C. Grayscale: #606060. Windows color (decimal): -15497373 or 6522643. OLE color: 6522643.

HSL color Cylindrical-coordinate representation of color #138763: hue angle of 161.38º 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 #138763 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 99 -
CMYK 0.86 0 0.27 0.47
HSL 161.38º 0.75% 0.3% -
HSV(B) 161.38º 0.86% 0.53% -
XYZ 11.18 18.37 14.76 -
YUV 96.21 129.57 72.93 -
System Red Green Blue C M Y K H S L
Decimal 19 135 99 0.86 0 0.27 0.47 161.38 0.75 0.3
Hex 13 87 63 56 0 1B 2F A1 4B 1E
Octal 23 207 143 126 0 33 57 241 113 36
Binary 10011 10000111 1100011 1010110 0 11011 101111 10100001 1001011 11110

Color Harmonies of #138763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138763

Black with #138763

Text Example


Text Example

White with #138763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138763; }

 p { color: rgb(19,135,99); }

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

background-color css

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

 a { background-color: rgb(19,135,99); }

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

border-color css

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

 span { border-color: rgb(19,135,99); }

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