#268F60

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

Shades of Sea Green #268F60

Tints of Sea Green #268F60

Color information

#268F60 (or 0x268F60) is unknown color: approx Sea Green. HEX triplet: 26, 8F and 60. RGB value is (38,143,96). Sum of RGB (Red+Green+Blue) = 38+143+96=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #268F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F60 is #D9709F. Grayscale: #6A6A6A. Windows color (decimal): -14250144 or 6328102. OLE color: 6328102.

HSL color Cylindrical-coordinate representation of color #268F60: hue angle of 153.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F60 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB3814396-
CMYK0.7300.330.44
HSL153.14º58.01%35.49%-
HSV(B)153.14º73.43%56.08%-
XYZ12.7320.914.43-
YUV106.25122.2179.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 143 (56.25% from 255) = 51.62%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=13.72%
G=51.62%
B=34.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38143960.7300.330.44153.1458.0135.49
Hex268F60490212C993a23
Octal46217140111041542317243
Binary1001101000111111000001001001010000110110010011001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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