#338A5A

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

Shades of Sea Green #338A5A

Tints of Sea Green #338A5A

Color information

#338A5A (or 0x338A5A) is unknown color: approx Sea Green. HEX triplet: 33, 8A and 5A. RGB value is (51,138,90). Sum of RGB (Red+Green+Blue) = 51+138+90=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #338A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A5A is #CC75A5. Grayscale: #6A6A6A. Windows color (decimal): -13399462 or 5933619. OLE color: 5933619.

HSL color Cylindrical-coordinate representation of color #338A5A: hue angle of 146.9º 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 #338A5A is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB5113890-
CMYK0.6300.350.46
HSL146.9º46.03%37.06%-
HSV(B)146.9º63.04%54.12%-
XYZ12.319.6212.81-
YUV106.52118.6888.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=18.28%
G=49.46%
B=32.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51138900.6300.350.46146.946.0337.06
Hex338A5A3F0232E932e25
Octal6321213277043562235645
Binary110011100010101011010111111010001110111010010011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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