#218755

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

Shades of Sea Green #218755

Tints of Sea Green #218755

Color information

#218755 (or 0x218755) is unknown color: approx Sea Green. HEX triplet: 21, 87 and 55. RGB value is (33,135,85). Sum of RGB (Red+Green+Blue) = 33+135+85=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #218755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218755 is #DE78AA. Grayscale: #626262. Windows color (decimal): -14579883 or 5605153. OLE color: 5605153.

HSL color Cylindrical-coordinate representation of color #218755: hue angle of 150.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218755 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB3313585-
CMYK0.7600.370.47
HSL150.59º60.71%32.94%-
HSV(B)150.59º75.56%52.94%-
XYZ10.9318.3111.55-
YUV98.8120.2181.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=13.04%
G=53.36%
B=33.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33135850.7600.370.47150.5960.7132.94
Hex2187554C0252F973d21
Octal41207125114045572277541
Binary1000011000011110101011001100010010110111110010111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218755; }

 p { color: rgb(33,135,85); }

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

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

 a { background-color: rgb(33,135,85); }

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

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

 span { border-color: rgb(33,135,85); }

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