#269955

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

Shades of Sea Green #269955

Tints of Sea Green #269955

Color information

#269955 (or 0x269955) is unknown color: approx Sea Green. HEX triplet: 26, 99 and 55. RGB value is (38,153,85). Sum of RGB (Red+Green+Blue) = 38+153+85=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #269955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269955 is #D966AA. Grayscale: #6F6F6F. Windows color (decimal): -14247595 or 5609766. OLE color: 5609766.

HSL color Cylindrical-coordinate representation of color #269955: hue angle of 144.52º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269955 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB3815385-
CMYK0.7500.440.4
HSL144.52º60.21%37.45%-
HSV(B)144.52º75.16%60%-
XYZ13.8323.8512.47-
YUV110.86113.476.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.77%
GREEN value IS 153 (60.16% from 255) = 55.43%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=13.77%
G=55.43%
B=30.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153850.7500.440.4144.5260.2137.45
Hex2699554B02C28913c25
Octal46231125113054502217445
Binary1001101001100110101011001011010110010100010010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269955; }

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

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

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

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

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

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

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

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