Html Css Color HEX #218750 Sea Green

📋 copy color: '#218750'

red 33 ◦ green 135 ◦ blue 80

#218750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #218750

Tints of Sea Green #218750

RGB

 RED value IS 33 (13.28% from 255) = 13.31%

 GREEN value IS 135 (53.13% from 255) = 54.44%

 BLUE value IS 80 (31.64% from 255) = 32.26%

R = 13.31%
G = 54.44%
B = 32.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#218750 (or 0x218750) is known color: Sea Green. HEX triplet: 21, 87 and 50. RGB value is (33,135,80). Sum of RGB (Red+Green+Blue) = 33+135+80=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #218750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218750 is #DE78AF. Grayscale: #626262. Windows color (decimal): -14579888 or 5277473. OLE color: 5277473.

HSL color Cylindrical-coordinate representation of color #218750: hue angle of 147.65º 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 #218750 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 135 80 -
CMYK 0.76 0 0.41 0.47
HSL 147.65º 0.61% 0.33% -
HSV(B) 147.65º 0.76% 0.53% -
XYZ 10.74 18.23 10.54 -
YUV 98.23 117.71 81.47 -
System Red Green Blue C M Y K H S L
Decimal 33 135 80 0.76 0 0.41 0.47 147.65 0.61 0.33
Hex 21 87 50 4C 0 29 2F 94 3D 21
Octal 41 207 120 114 0 51 57 224 75 41
Binary 100001 10000111 1010000 1001100 0 101001 101111 10010100 111101 100001

Color Harmonies of #218750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218750

Black with #218750

Text Example


Text Example

White with #218750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218750; }

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

 H1.HeaderClassName
 {
   color: #218750;
 }
 .AnyTagClassName
 {
   color: #218750;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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