#267B63

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

Shades of Deep Sea #267B63

Tints of Deep Sea #267B63

Color information

#267B63 (or 0x267B63) is unknown color: approx Deep Sea. HEX triplet: 26, 7B and 63. RGB value is (38,123,99). Sum of RGB (Red+Green+Blue) = 38+123+99=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #267B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B63 is #D9849C. Grayscale: #5E5E5E. Windows color (decimal): -14255261 or 6519590. OLE color: 6519590.

HSL color Cylindrical-coordinate representation of color #267B63: hue angle of 163.06º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267B63 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB3812399-
CMYK0.6900.200.52
HSL163.06º52.8%31.57%-
HSV(B)163.06º69.11%48.24%-
XYZ10.1315.4814.26-
YUV94.85130.3487.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 123 (48.44% from 255) = 47.31%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=14.62%
G=47.31%
B=38.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38123990.6900.200.52163.0652.831.57
Hex267B634501434a33520
Octal46173143105024642436540
Binary10011011110111100011100010101010011010010100011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267B63; }

 p { color: rgb(38,123,99); }

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

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

 a { background-color: rgb(38,123,99); }

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

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

 span { border-color: rgb(38,123,99); }

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