#21925B

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

Shades of Sea Green #21925B

Tints of Sea Green #21925B

Color information

#21925B (or 0x21925B) is unknown color: approx Sea Green. HEX triplet: 21, 92 and 5B. RGB value is (33,146,91). Sum of RGB (Red+Green+Blue) = 33+146+91=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #21925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21925B is #DE6DA4. Grayscale: #6A6A6A. Windows color (decimal): -14577061 or 6001185. OLE color: 6001185.

HSL color Cylindrical-coordinate representation of color #21925B: hue angle of 150.8º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21925B is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB3314691-
CMYK0.7700.380.43
HSL150.8º63.13%35.1%-
HSV(B)150.8º77.4%57.25%-
XYZ12.7921.6413.4-
YUV105.94119.5675.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=12.22%
G=54.07%
B=33.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33146910.7700.380.43150.863.1335.1
Hex21925B4D0262B973f23
Octal41222133115046532277743
Binary1000011001001010110111001101010011010101110010111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21925B; }

 p { color: rgb(33,146,91); }

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

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

 a { background-color: rgb(33,146,91); }

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

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

 span { border-color: rgb(33,146,91); }

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