#218F5C

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

Shades of Sea Green #218F5C

Tints of Sea Green #218F5C

Color information

#218F5C (or 0x218F5C) is unknown color: approx Sea Green. HEX triplet: 21, 8F and 5C. RGB value is (33,143,92). Sum of RGB (Red+Green+Blue) = 33+143+92=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #218F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F5C is #DE70A3. Grayscale: #686868. Windows color (decimal): -14577828 or 6065953. OLE color: 6065953.

HSL color Cylindrical-coordinate representation of color #218F5C: hue angle of 152.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F5C is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB3314392-
CMYK0.7700.360.44
HSL152.18º62.5%34.51%-
HSV(B)152.18º76.92%56.08%-
XYZ12.3820.7413.48-
YUV104.3121.0677.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 143 (56.25% from 255) = 53.36%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=12.31%
G=53.36%
B=34.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33143920.7700.360.44152.1862.534.51
Hex218F5C4D0242C983e23
Octal41217134115044542307643
Binary1000011000111110111001001101010010010110010011000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218F5C; }

 p { color: rgb(33,143,92); }

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

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

 a { background-color: rgb(33,143,92); }

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

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

 span { border-color: rgb(33,143,92); }

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