#268B60

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

Shades of Sea Green #268B60

Tints of Sea Green #268B60

Color information

#268B60 (or 0x268B60) is unknown color: approx Sea Green. HEX triplet: 26, 8B and 60. RGB value is (38,139,96). Sum of RGB (Red+Green+Blue) = 38+139+96=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #268B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B60 is #D9749F. Grayscale: #676767. Windows color (decimal): -14251168 or 6327078. OLE color: 6327078.

HSL color Cylindrical-coordinate representation of color #268B60: hue angle of 154.46º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B60 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB3813996-
CMYK0.7300.310.45
HSL154.46º57.06%34.71%-
HSV(B)154.46º72.66%54.51%-
XYZ12.1419.7214.23-
YUV103.9123.5481-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=13.92%
G=50.92%
B=35.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139960.7300.310.45154.4657.0634.71
Hex268B604901F2D9a3923
Octal46213140111037552327143
Binary100110100010111100000100100101111110110110011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268B60; }

 p { color: rgb(38,139,96); }

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

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

 a { background-color: rgb(38,139,96); }

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

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

 span { border-color: rgb(38,139,96); }

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