Html Css Color HEX #148170 Deep Sea

📋 copy color: '#148170'

red 20 ◦ green 129 ◦ blue 112

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

Shades of Deep Sea #148170

Tints of Deep Sea #148170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.43%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 7.66%
G = 49.43%
B = 42.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#148170 (or 0x148170) is known color: Deep Sea. HEX triplet: 14, 81 and 70. RGB value is (20,129,112). Sum of RGB (Red+Green+Blue) = 20+129+112=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #148170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148170 is #EB7E8F. Grayscale: #5E5E5E. Windows color (decimal): -15433360 or 7373076. OLE color: 7373076.

HSL color Cylindrical-coordinate representation of color #148170: hue angle of 170.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148170 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 112 -
CMYK 0.84 0 0.13 0.49
HSL 170.64º 0.73% 0.29% -
HSV(B) 170.64º 0.84% 0.51% -
XYZ 11.06 17.02 18.03 -
YUV 94.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 20 129 112 0.84 0 0.13 0.49 170.64 0.73 0.29
Hex 14 81 70 54 0 D 31 AB 49 1D
Octal 24 201 160 124 0 15 61 253 111 35
Binary 10100 10000001 1110000 1010100 0 1101 110001 10101011 1001001 11101

Color Harmonies of #148170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148170

Black with #148170

Text Example


Text Example

White with #148170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148170; }

 p { color: rgb(20,129,112); }

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

background-color css

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

 a { background-color: rgb(20,129,112); }

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

border-color css

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

 span { border-color: rgb(20,129,112); }

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