Html Css Color HEX #148760 Deep Sea

📋 copy color: '#148760'

red 20 ◦ green 135 ◦ blue 96

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

Shades of Deep Sea #148760

Tints of Deep Sea #148760

RGB

 RED value IS 20 (8.2% from 255) = 7.97%

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

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 7.97%
G = 53.78%
B = 38.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#148760 (or 0x148760) is known color: Deep Sea. HEX triplet: 14, 87 and 60. RGB value is (20,135,96). Sum of RGB (Red+Green+Blue) = 20+135+96=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #148760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148760 is #EB789F. Grayscale: #606060. Windows color (decimal): -15431840 or 6326036. OLE color: 6326036.

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

Color convert

RGB 20 135 96 -
CMYK 0.85 0 0.29 0.47
HSL 159.65º 0.74% 0.3% -
HSV(B) 159.65º 0.85% 0.53% -
XYZ 11.06 18.32 14.02 -
YUV 96.17 127.9 73.67 -
System Red Green Blue C M Y K H S L
Decimal 20 135 96 0.85 0 0.29 0.47 159.65 0.74 0.3
Hex 14 87 60 55 0 1D 2F A0 4A 1E
Octal 24 207 140 125 0 35 57 240 112 36
Binary 10100 10000111 1100000 1010101 0 11101 101111 10100000 1001010 11110

Color Harmonies of #148760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148760

Black with #148760

Text Example


Text Example

White with #148760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148760; }

 p { color: rgb(20,135,96); }

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

background-color css

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

 a { background-color: rgb(20,135,96); }

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

border-color css

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

 span { border-color: rgb(20,135,96); }

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