Html Css Color HEX #228380 Elm

📋 copy color: '#228380'

red 34 ◦ green 131 ◦ blue 128

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

Shades of Elm #228380

Tints of Elm #228380

RGB

 RED value IS 34 (13.67% from 255) = 11.6%

 GREEN value IS 131 (51.56% from 255) = 44.71%

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 11.6%
G = 44.71%
B = 43.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#228380 (or 0x228380) is known color: Elm. HEX triplet: 22, 83 and 80. RGB value is (34,131,128). Sum of RGB (Red+Green+Blue) = 34+131+128=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #228380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228380 is #DD7C7F. Grayscale: #656565. Windows color (decimal): -14515328 or 8422178. OLE color: 8422178.

HSL color Cylindrical-coordinate representation of color #228380: hue angle of 178.14º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228380 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 131 128 -
CMYK 0.74 0 0.02 0.49
HSL 178.14º 0.59% 0.32% -
HSV(B) 178.14º 0.74% 0.51% -
XYZ 12.67 18.13 23.25 -
YUV 101.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 34 131 128 0.74 0 0.02 0.49 178.14 0.59 0.32
Hex 22 83 80 4A 0 2 31 B2 3B 20
Octal 42 203 200 112 0 2 61 262 73 40
Binary 100010 10000011 10000000 1001010 0 10 110001 10110010 111011 100000

Color Harmonies of #228380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228380

Black with #228380

Text Example


Text Example

White with #228380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228380; }

 p { color: rgb(34,131,128); }

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

background-color css

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

 a { background-color: rgb(34,131,128); }

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

border-color css

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

 span { border-color: rgb(34,131,128); }

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