#248063

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

Shades of Deep Sea #248063

Tints of Deep Sea #248063

Color information

#248063 (or 0x248063) is unknown color: approx Deep Sea. HEX triplet: 24, 80 and 63. RGB value is (36,128,99). Sum of RGB (Red+Green+Blue) = 36+128+99=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #248063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248063 is #DB7F9C. Grayscale: #616161. Windows color (decimal): -14385053 or 6520868. OLE color: 6520868.

HSL color Cylindrical-coordinate representation of color #248063: hue angle of 161.09º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248063 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB3612899-
CMYK0.7200.230.50
HSL161.09º56.1%32.16%-
HSV(B)161.09º71.88%50.2%-
XYZ10.716.7114.47-
YUV97.19129.0284.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.69%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=13.69%
G=48.67%
B=37.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36128990.7200.230.50161.0956.132.16
Hex2480634801732a13820
Octal44200143110027622417040
Binary100100100000001100011100100001011111001010100001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248063; }

 p { color: rgb(36,128,99); }

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

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

 a { background-color: rgb(36,128,99); }

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

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

 span { border-color: rgb(36,128,99); }

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