Html Css Color HEX #215D4C Evening Sea

📋 copy color: '#215D4C'

red 33 ◦ green 93 ◦ blue 76

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

Shades of Evening Sea #215D4C

Tints of Evening Sea #215D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

 BLUE value IS 76 (30.08% from 255) = 37.62%

R = 16.34%
G = 46.04%
B = 37.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#215D4C (or 0x215D4C) is known color: Evening Sea. HEX triplet: 21, 5D and 4C. RGB value is (33,93,76). Sum of RGB (Red+Green+Blue) = 33+93+76=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #215D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D4C is #DEA2B3. Grayscale: #494949. Windows color (decimal): -14590644 or 5004577. OLE color: 5004577.

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

Color convert

RGB 33 93 76 -
CMYK 0.65 0 0.18 0.64
HSL 163º 0.48% 0.25% -
HSV(B) 163º 0.65% 0.36% -
XYZ 5.85 8.67 8.2 -
YUV 73.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 33 93 76 0.65 0 0.18 0.64 163 0.48 0.25
Hex 21 5D 4C 41 0 12 40 A3 30 19
Octal 41 135 114 101 0 22 100 243 60 31
Binary 100001 1011101 1001100 1000001 0 10010 1000000 10100011 110000 11001

Color Harmonies of #215D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D4C

Black with #215D4C

Text Example


Text Example

White with #215D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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