Html Css Color HEX #215A46 Evening Sea

📋 copy color: '#215A46'

red 33 ◦ green 90 ◦ blue 70

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

Shades of Evening Sea #215A46

Tints of Evening Sea #215A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.63%

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

R = 17.1%
G = 46.63%
B = 36.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#215A46 (or 0x215A46) is known color: Evening Sea. HEX triplet: 21, 5A and 46. RGB value is (33,90,70). Sum of RGB (Red+Green+Blue) = 33+90+70=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #215A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A46 is #DEA5B9. Grayscale: #464646. Windows color (decimal): -14591418 or 4610593. OLE color: 4610593.

HSL color Cylindrical-coordinate representation of color #215A46: hue angle of 158.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A46 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 90 70 -
CMYK 0.63 0 0.22 0.65
HSL 158.95º 0.46% 0.24% -
HSV(B) 158.95º 0.63% 0.35% -
XYZ 5.39 8.08 7.07 -
YUV 70.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 33 90 70 0.63 0 0.22 0.65 158.95 0.46 0.24
Hex 21 5A 46 3F 0 16 41 9F 2E 18
Octal 41 132 106 77 0 26 101 237 56 30
Binary 100001 1011010 1000110 111111 0 10110 1000001 10011111 101110 11000

Color Harmonies of #215A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A46

Black with #215A46

Text Example


Text Example

White with #215A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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