#148274

Color #148274 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #148274

Tints of Deep Sea #148274

Color information

#148274 (or 0x148274) is unknown color: approx Deep Sea. HEX triplet: 14, 82 and 74. RGB value is (20,130,116). Sum of RGB (Red+Green+Blue) = 20+130+116=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #148274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148274 is #EB7D8B. Grayscale: #5F5F5F. Windows color (decimal): -15433100 or 7635476. OLE color: 7635476.

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

Color convert

RGB20130116-
CMYK0.8500.110.49
HSL172.36º73.33%29.41%-
HSV(B)172.36º84.62%50.98%-
XYZ11.4217.3719.27-
YUV95.51139.5674.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=7.52%
G=48.87%
B=43.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201301160.8500.110.49172.3673.3329.41
Hex148274550B31ac491d
Octal242021641250136125411135
Binary1010010000010111010010101010101111000110101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148274; }

 p { color: rgb(20,130,116); }

 H1.HeaderClassName
 {
   color: #148274;
 }
 .AnyTagClassName
 {
   color: #148274;
 }
</style>
background-color css

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

 a { background-color: rgb(20,130,116); }

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

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

 span { border-color: rgb(20,130,116); }

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