#21875C

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

Shades of Sea Green #21875C

Tints of Sea Green #21875C

Color information

#21875C (or 0x21875C) is unknown color: approx Sea Green. HEX triplet: 21, 87 and 5C. RGB value is (33,135,92). Sum of RGB (Red+Green+Blue) = 33+135+92=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #21875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21875C is #DE78A3. Grayscale: #636363. Windows color (decimal): -14579876 or 6063905. OLE color: 6063905.

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

Color convert

RGB3313592-
CMYK0.7600.320.47
HSL154.71º60.71%32.94%-
HSV(B)154.71º75.56%52.94%-
XYZ11.2218.4213.09-
YUV99.6123.7180.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=12.69%
G=51.92%
B=35.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33135920.7600.320.47154.7160.7132.94
Hex21875C4C0202F9b3d21
Octal41207134114040572337541
Binary1000011000011110111001001100010000010111110011011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21875C; }

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

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

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

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

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

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

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

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