#267C5D

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

Shades of Deep Sea #267C5D

Tints of Deep Sea #267C5D

Color information

#267C5D (or 0x267C5D) is unknown color: approx Deep Sea. HEX triplet: 26, 7C and 5D. RGB value is (38,124,93). Sum of RGB (Red+Green+Blue) = 38+124+93=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #267C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C5D is #D983A2. Grayscale: #5E5E5E. Windows color (decimal): -14255011 or 6126630. OLE color: 6126630.

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

Color convert

RGB3812493-
CMYK0.6900.250.51
HSL158.37º53.09%31.76%-
HSV(B)158.37º69.35%48.63%-
XYZ9.9815.6212.84-
YUV94.75127.0187.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 124 (48.83% from 255) = 48.63%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=14.90%
G=48.63%
B=36.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38124930.6900.250.51158.3753.0931.76
Hex267C5D45019339e3520
Octal46174135105031632366540
Binary10011011111001011101100010101100111001110011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,124,93); }

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

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

 a { background-color: rgb(38,124,93); }

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

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

 span { border-color: rgb(38,124,93); }

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