Html Css Color HEX #236C50 Evening Sea

📋 copy color: '#236C50'

red 35 ◦ green 108 ◦ blue 80

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

Shades of Evening Sea #236C50

Tints of Evening Sea #236C50

RGB

 RED value IS 35 (14.06% from 255) = 15.7%

 GREEN value IS 108 (42.58% from 255) = 48.43%

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 15.7%
G = 48.43%
B = 35.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#236C50 (or 0x236C50) is known color: Evening Sea. HEX triplet: 23, 6C and 50. RGB value is (35,108,80). Sum of RGB (Red+Green+Blue) = 35+108+80=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #236C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C50 is #DC93AF. Grayscale: #535353. Windows color (decimal): -14455728 or 5270563. OLE color: 5270563.

HSL color Cylindrical-coordinate representation of color #236C50: hue angle of 156.99º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236C50 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 108 80 -
CMYK 0.68 0 0.26 0.58
HSL 156.99º 0.51% 0.28% -
HSV(B) 156.99º 0.68% 0.42% -
XYZ 7.5 11.66 9.44 -
YUV 82.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 35 108 80 0.68 0 0.26 0.58 156.99 0.51 0.28
Hex 23 6C 50 44 0 1A 3A 9D 33 1C
Octal 43 154 120 104 0 32 72 235 63 34
Binary 100011 1101100 1010000 1000100 0 11010 111010 10011101 110011 11100

Color Harmonies of #236C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236C50

Black with #236C50

Text Example


Text Example

White with #236C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236C50; }

 p { color: rgb(35,108,80); }

 H1.HeaderClassName
 {
   color: #236C50;
 }
 .AnyTagClassName
 {
   color: #236C50;
 }
</style>

background-color css

<style>
 a { background-color: #236C50; }

 a { background-color: rgb(35,108,80); }

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

border-color css

<style>
 span { border-color: #236C50; }

 span { border-color: rgb(35,108,80); }

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