#268B4D

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

Shades of Sea Green #268B4D

Tints of Sea Green #268B4D

Color information

#268B4D (or 0x268B4D) is unknown color: approx Sea Green. HEX triplet: 26, 8B and 4D. RGB value is (38,139,77). Sum of RGB (Red+Green+Blue) = 38+139+77=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #268B4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B4D is #D974B2. Grayscale: #656565. Windows color (decimal): -14251187 or 5081894. OLE color: 5081894.

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

Color convert

RGB3813977-
CMYK0.7300.450.45
HSL143.17º57.06%34.71%-
HSV(B)143.17º72.66%54.51%-
XYZ11.3719.4110.17-
YUV101.73114.0482.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 139 (54.69% from 255) = 54.72%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=14.96%
G=54.72%
B=30.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139770.7300.450.45143.1757.0634.71
Hex268B4D4902D2D8f3923
Octal46213115111055552177143
Binary1001101000101110011011001001010110110110110001111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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