#268B5A

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

Shades of Sea Green #268B5A

Tints of Sea Green #268B5A

Color information

#268B5A (or 0x268B5A) is unknown color: approx Sea Green. HEX triplet: 26, 8B and 5A. RGB value is (38,139,90). Sum of RGB (Red+Green+Blue) = 38+139+90=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #268B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B5A is #D974A5. Grayscale: #676767. Windows color (decimal): -14251174 or 5933862. OLE color: 5933862.

HSL color Cylindrical-coordinate representation of color #268B5A: hue angle of 150.89º 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 #268B5A is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB3813990-
CMYK0.7300.350.45
HSL150.89º57.06%34.71%-
HSV(B)150.89º72.66%54.51%-
XYZ11.8819.6212.83-
YUV103.21120.5481.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 139 (54.69% from 255) = 52.06%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=14.23%
G=52.06%
B=33.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139900.7300.350.45150.8957.0634.71
Hex268B5A490232D973923
Octal46213132111043552277143
Binary1001101000101110110101001001010001110110110010111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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