#268255

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

Shades of Sea Green #268255

Tints of Sea Green #268255

Color information

#268255 (or 0x268255) is unknown color: approx Sea Green. HEX triplet: 26, 82 and 55. RGB value is (38,130,85). Sum of RGB (Red+Green+Blue) = 38+130+85=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #268255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268255 is #D97DAA. Grayscale: #616161. Windows color (decimal): -14253483 or 5603878. OLE color: 5603878.

HSL color Cylindrical-coordinate representation of color #268255: hue angle of 150.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268255 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB3813085-
CMYK0.7100.350.49
HSL150.65º54.76%32.94%-
HSV(B)150.65º70.77%50.98%-
XYZ10.4217.0311.33-
YUV97.36121.0285.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=15.02%
G=51.38%
B=33.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38130850.7100.350.49150.6554.7632.94
Hex2682554702331973721
Octal46202125107043612276741
Binary1001101000001010101011000111010001111000110010111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268255; }

 p { color: rgb(38,130,85); }

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

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

 a { background-color: rgb(38,130,85); }

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

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

 span { border-color: rgb(38,130,85); }

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