#268455

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

Shades of Sea Green #268455

Tints of Sea Green #268455

Color information

#268455 (or 0x268455) is unknown color: approx Sea Green. HEX triplet: 26, 84 and 55. RGB value is (38,132,85). Sum of RGB (Red+Green+Blue) = 38+132+85=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #268455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268455 is #D97BAA. Grayscale: #626262. Windows color (decimal): -14252971 or 5604390. OLE color: 5604390.

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

Color convert

RGB3813285-
CMYK0.7100.360.48
HSL150º55.29%33.33%-
HSV(B)150º71.21%51.76%-
XYZ10.6917.5711.42-
YUV98.54120.3684.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=14.90%
G=51.76%
B=33.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38132850.7100.360.4815055.2933.33
Hex2684554702430963721
Octal46204125107044602266741
Binary1001101000010010101011000111010010011000010010110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268455; }

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

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

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

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

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

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

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

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