Html Css Color HEX #138765 Deep Sea

📋 copy color: '#138765'

red 19 ◦ green 135 ◦ blue 101

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

Shades of Deep Sea #138765

Tints of Deep Sea #138765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 7.45%
G = 52.94%
B = 39.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#138765 (or 0x138765) is known color: Deep Sea. HEX triplet: 13, 87 and 65. RGB value is (19,135,101). Sum of RGB (Red+Green+Blue) = 19+135+101=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #138765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138765 is #EC789A. Grayscale: #606060. Windows color (decimal): -15497371 or 6653715. OLE color: 6653715.

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

Color convert

RGB 19 135 101 -
CMYK 0.86 0 0.25 0.47
HSL 162.41º 0.75% 0.3% -
HSV(B) 162.41º 0.86% 0.53% -
XYZ 11.28 18.41 15.27 -
YUV 96.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 19 135 101 0.86 0 0.25 0.47 162.41 0.75 0.3
Hex 13 87 65 56 0 19 2F A2 4B 1E
Octal 23 207 145 126 0 31 57 242 113 36
Binary 10011 10000111 1100101 1010110 0 11001 101111 10100010 1001011 11110

Color Harmonies of #138765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138765

Black with #138765

Text Example


Text Example

White with #138765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138765; }

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

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

background-color css

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

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

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

border-color css

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

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

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