Html Css Color HEX #21925C Sea Green

📋 copy color: '#21925C'

red 33 ◦ green 146 ◦ blue 92

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

Shades of Sea Green #21925C

Tints of Sea Green #21925C

RGB

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

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

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

R = 12.18%
G = 53.87%
B = 33.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#21925C (or 0x21925C) is known color: Sea Green. HEX triplet: 21, 92 and 5C. RGB value is (33,146,92). Sum of RGB (Red+Green+Blue) = 33+146+92=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #21925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21925C is #DE6DA3. Grayscale: #6A6A6A. Windows color (decimal): -14577060 or 6066721. OLE color: 6066721.

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

Color convert

RGB 33 146 92 -
CMYK 0.77 0 0.37 0.43
HSL 151.33º 0.63% 0.35% -
HSV(B) 151.33º 0.77% 0.57% -
XYZ 12.84 21.65 13.63 -
YUV 106.06 120.06 75.89 -
System Red Green Blue C M Y K H S L
Decimal 33 146 92 0.77 0 0.37 0.43 151.33 0.63 0.35
Hex 21 92 5C 4D 0 25 2B 97 3F 23
Octal 41 222 134 115 0 45 53 227 77 43
Binary 100001 10010010 1011100 1001101 0 100101 101011 10010111 111111 100011

Color Harmonies of #21925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21925C

Black with #21925C

Text Example


Text Example

White with #21925C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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