Html Css Color HEX #218B5C Sea Green

📋 copy color: '#218B5C'

red 33 ◦ green 139 ◦ blue 92

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

Shades of Sea Green #218B5C

Tints of Sea Green #218B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.65%

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 12.5%
G = 52.65%
B = 34.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#218B5C (or 0x218B5C) is known color: Sea Green. HEX triplet: 21, 8B and 5C. RGB value is (33,139,92). Sum of RGB (Red+Green+Blue) = 33+139+92=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #218B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B5C is #DE74A3. Grayscale: #666666. Windows color (decimal): -14578852 or 6064929. OLE color: 6064929.

HSL color Cylindrical-coordinate representation of color #218B5C: hue angle of 153.4º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218B5C is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 139 92 -
CMYK 0.76 0 0.34 0.45
HSL 153.4º 0.62% 0.34% -
HSV(B) 153.4º 0.76% 0.55% -
XYZ 11.79 19.56 13.28 -
YUV 101.95 122.38 78.82 -
System Red Green Blue C M Y K H S L
Decimal 33 139 92 0.76 0 0.34 0.45 153.4 0.62 0.34
Hex 21 8B 5C 4C 0 22 2D 99 3E 22
Octal 41 213 134 114 0 42 55 231 76 42
Binary 100001 10001011 1011100 1001100 0 100010 101101 10011001 111110 100010

Color Harmonies of #218B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B5C

Black with #218B5C

Text Example


Text Example

White with #218B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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