Html Css Color HEX #21825C Deep Sea

📋 copy color: '#21825C'

red 33 ◦ green 130 ◦ blue 92

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

Shades of Deep Sea #21825C

Tints of Deep Sea #21825C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 12.94%
G = 50.98%
B = 36.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#21825C (or 0x21825C) is known color: Deep Sea. HEX triplet: 21, 82 and 5C. RGB value is (33,130,92). Sum of RGB (Red+Green+Blue) = 33+130+92=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #21825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21825C is #DE7DA3. Grayscale: #606060. Windows color (decimal): -14581156 or 6062625. OLE color: 6062625.

HSL color Cylindrical-coordinate representation of color #21825C: hue angle of 156.49º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21825C is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 92 -
CMYK 0.75 0 0.29 0.49
HSL 156.49º 0.6% 0.32% -
HSV(B) 156.49º 0.75% 0.51% -
XYZ 10.54 17.06 12.86 -
YUV 96.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 33 130 92 0.75 0 0.29 0.49 156.49 0.6 0.32
Hex 21 82 5C 4B 0 1D 31 9C 3C 20
Octal 41 202 134 113 0 35 61 234 74 40
Binary 100001 10000010 1011100 1001011 0 11101 110001 10011100 111100 100000

Color Harmonies of #21825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21825C

Black with #21825C

Text Example


Text Example

White with #21825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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