#268355

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

Shades of Sea Green #268355

Tints of Sea Green #268355

Color information

#268355 (or 0x268355) is unknown color: approx Sea Green. HEX triplet: 26, 83 and 55. RGB value is (38,131,85). Sum of RGB (Red+Green+Blue) = 38+131+85=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #268355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268355 is #D97CAA. Grayscale: #626262. Windows color (decimal): -14253227 or 5604134. OLE color: 5604134.

HSL color Cylindrical-coordinate representation of color #268355: hue angle of 150.32º 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 #268355 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB3813185-
CMYK0.7100.350.49
HSL150.32º55.03%33.14%-
HSV(B)150.32º70.99%51.37%-
XYZ10.5617.311.38-
YUV97.95120.6985.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 131 (51.56% from 255) = 51.57%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=14.96%
G=51.57%
B=33.46%

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
Decimal38131850.7100.350.49150.3255.0333.14
Hex2683554702331963721
Octal46203125107043612266741
Binary1001101000001110101011000111010001111000110010110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268355; }

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

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

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

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

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

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

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

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