#267761

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

Shades of Deep Sea #267761

Tints of Deep Sea #267761

Color information

#267761 (or 0x267761) is unknown color: approx Deep Sea. HEX triplet: 26, 77 and 61. RGB value is (38,119,97). Sum of RGB (Red+Green+Blue) = 38+119+97=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #267761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267761 is #D9889E. Grayscale: #5C5C5C. Windows color (decimal): -14256287 or 6387494. OLE color: 6387494.

HSL color Cylindrical-coordinate representation of color #267761: hue angle of 163.7º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267761 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB3811997-
CMYK0.6800.180.53
HSL163.7º51.59%30.78%-
HSV(B)163.7º68.07%46.67%-
XYZ9.5514.4713.6-
YUV92.27130.6689.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=14.96%
G=46.85%
B=38.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38119970.6800.180.53163.751.5930.78
Hex2677614401235a4341f
Octal46167141104022652446437
Binary1001101110111110000110001000100101101011010010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267761; }

 p { color: rgb(38,119,97); }

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

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

 a { background-color: rgb(38,119,97); }

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

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

 span { border-color: rgb(38,119,97); }

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