Html Css Color HEX #215C46 Evening Sea

📋 copy color: '#215C46'

red 33 ◦ green 92 ◦ blue 70

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

Shades of Evening Sea #215C46

Tints of Evening Sea #215C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 47.18%

 BLUE value IS 70 (27.73% from 255) = 35.9%

R = 16.92%
G = 47.18%
B = 35.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#215C46 (or 0x215C46) is known color: Evening Sea. HEX triplet: 21, 5C and 46. RGB value is (33,92,70). Sum of RGB (Red+Green+Blue) = 33+92+70=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #215C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C46 is #DEA3B9. Grayscale: #474747. Windows color (decimal): -14590906 or 4611105. OLE color: 4611105.

HSL color Cylindrical-coordinate representation of color #215C46: hue angle of 157.63º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C46 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 92 70 -
CMYK 0.64 0 0.24 0.64
HSL 157.63º 0.47% 0.25% -
HSV(B) 157.63º 0.64% 0.36% -
XYZ 5.56 8.42 7.13 -
YUV 71.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 33 92 70 0.64 0 0.24 0.64 157.63 0.47 0.25
Hex 21 5C 46 40 0 18 40 9E 2F 19
Octal 41 134 106 100 0 30 100 236 57 31
Binary 100001 1011100 1000110 1000000 0 11000 1000000 10011110 101111 11001

Color Harmonies of #215C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C46

Black with #215C46

Text Example


Text Example

White with #215C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215C46; }

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

 H1.HeaderClassName
 {
   color: #215C46;
 }
 .AnyTagClassName
 {
   color: #215C46;
 }
</style>

background-color css

<style>
 a { background-color: #215C46; }

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

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

border-color css

<style>
 span { border-color: #215C46; }

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

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