Html Css Color HEX #148565 Deep Sea

📋 copy color: '#148565'

red 20 ◦ green 133 ◦ blue 101

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

Shades of Deep Sea #148565

Tints of Deep Sea #148565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 7.87%
G = 52.36%
B = 39.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#148565 (or 0x148565) is known color: Deep Sea. HEX triplet: 14, 85 and 65. RGB value is (20,133,101). Sum of RGB (Red+Green+Blue) = 20+133+101=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #148565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148565 is #EB7A9A. Grayscale: #5F5F5F. Windows color (decimal): -15432347 or 6653204. OLE color: 6653204.

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

Color convert

RGB 20 133 101 -
CMYK 0.85 0 0.24 0.48
HSL 163.01º 0.74% 0.3% -
HSV(B) 163.01º 0.85% 0.52% -
XYZ 11.02 17.86 15.18 -
YUV 95.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 20 133 101 0.85 0 0.24 0.48 163.01 0.74 0.3
Hex 14 85 65 55 0 18 30 A3 4A 1E
Octal 24 205 145 125 0 30 60 243 112 36
Binary 10100 10000101 1100101 1010101 0 11000 110000 10100011 1001010 11110

Color Harmonies of #148565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148565

Black with #148565

Text Example


Text Example

White with #148565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148565; }

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

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

background-color css

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

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

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

border-color css

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

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

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