#338A60

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

Shades of Sea Green #338A60

Tints of Sea Green #338A60

Color information

#338A60 (or 0x338A60) is unknown color: approx Sea Green. HEX triplet: 33, 8A and 60. RGB value is (51,138,96). Sum of RGB (Red+Green+Blue) = 51+138+96=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #338A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A60 is #CC759F. Grayscale: #6B6B6B. Windows color (decimal): -13399456 or 6326835. OLE color: 6326835.

HSL color Cylindrical-coordinate representation of color #338A60: hue angle of 151.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A60 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB5113896-
CMYK0.6300.300.46
HSL151.03º46.03%37.06%-
HSV(B)151.03º63.04%54.12%-
XYZ12.5719.7314.21-
YUV107.2121.6887.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=17.89%
G=48.42%
B=33.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51138960.6300.300.46151.0346.0337.06
Hex338A603F01E2E972e25
Octal6321214077036562275645
Binary11001110001010110000011111101111010111010010111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338A60; }

 p { color: rgb(51,138,96); }

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

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

 a { background-color: rgb(51,138,96); }

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

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

 span { border-color: rgb(51,138,96); }

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