Html Css Color HEX #148665 Deep Sea

📋 copy color: '#148665'

red 20 ◦ green 134 ◦ blue 101

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

Shades of Deep Sea #148665

Tints of Deep Sea #148665

RGB

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

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

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

R = 7.84%
G = 52.55%
B = 39.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#148665 (or 0x148665) is known color: Deep Sea. HEX triplet: 14, 86 and 65. RGB value is (20,134,101). Sum of RGB (Red+Green+Blue) = 20+134+101=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #148665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148665 is #EB799A. Grayscale: #606060. Windows color (decimal): -15432091 or 6653460. OLE color: 6653460.

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

Color convert

RGB 20 134 101 -
CMYK 0.85 0 0.25 0.47
HSL 162.63º 0.74% 0.3% -
HSV(B) 162.63º 0.85% 0.53% -
XYZ 11.16 18.14 15.22 -
YUV 96.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 20 134 101 0.85 0 0.25 0.47 162.63 0.74 0.3
Hex 14 86 65 55 0 19 2F A3 4A 1E
Octal 24 206 145 125 0 31 57 243 112 36
Binary 10100 10000110 1100101 1010101 0 11001 101111 10100011 1001010 11110

Color Harmonies of #148665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148665

Black with #148665

Text Example


Text Example

White with #148665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148665; }

 p { color: rgb(20,134,101); }

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

background-color css

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

 a { background-color: rgb(20,134,101); }

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

border-color css

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

 span { border-color: rgb(20,134,101); }

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