Html Css Color HEX #21925D Sea Green

📋 copy color: '#21925D'

red 33 ◦ green 146 ◦ blue 93

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

Shades of Sea Green #21925D

Tints of Sea Green #21925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.68%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 12.13%
G = 53.68%
B = 34.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#21925D (or 0x21925D) is known color: Sea Green. HEX triplet: 21, 92 and 5D. RGB value is (33,146,93). Sum of RGB (Red+Green+Blue) = 33+146+93=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #21925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21925D is #DE6DA2. Grayscale: #6A6A6A. Windows color (decimal): -14577059 or 6132257. OLE color: 6132257.

HSL color Cylindrical-coordinate representation of color #21925D: hue angle of 151.86º 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 #21925D is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 146 93 -
CMYK 0.77 0 0.36 0.43
HSL 151.86º 0.63% 0.35% -
HSV(B) 151.86º 0.77% 0.57% -
XYZ 12.88 21.67 13.86 -
YUV 106.17 120.56 75.81 -
System Red Green Blue C M Y K H S L
Decimal 33 146 93 0.77 0 0.36 0.43 151.86 0.63 0.35
Hex 21 92 5D 4D 0 24 2B 98 3F 23
Octal 41 222 135 115 0 44 53 230 77 43
Binary 100001 10010010 1011101 1001101 0 100100 101011 10011000 111111 100011

Color Harmonies of #21925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21925D

Black with #21925D

Text Example


Text Example

White with #21925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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