#148267

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

Shades of Deep Sea #148267

Tints of Deep Sea #148267

Color information

#148267 (or 0x148267) is unknown color: approx Deep Sea. HEX triplet: 14, 82 and 67. RGB value is (20,130,103). Sum of RGB (Red+Green+Blue) = 20+130+103=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #148267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148267 is #EB7D98. Grayscale: #5E5E5E. Windows color (decimal): -15433113 or 6783508. OLE color: 6783508.

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

Color convert

RGB20130103-
CMYK0.8500.210.49
HSL165.27º73.33%29.41%-
HSV(B)165.27º84.62%50.98%-
XYZ10.7217.0915.57-
YUV94.03133.0675.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=7.91%
G=51.38%
B=40.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201301030.8500.210.49165.2773.3329.41
Hex1482675501531a5491d
Octal242021471250256124511135
Binary10100100000101100111101010101010111000110100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148267; }

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

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

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

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

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

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

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

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