Html Css Color HEX #1C8583 Elm

📋 copy color: '#1C8583'

red 28 ◦ green 133 ◦ blue 131

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

Shades of Elm #1C8583

Tints of Elm #1C8583

RGB

 RED value IS 28 (11.33% from 255) = 9.59%

 GREEN value IS 133 (52.34% from 255) = 45.55%

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 9.59%
G = 45.55%
B = 44.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#1C8583 (or 0x1C8583) is known color: Elm. HEX triplet: 1C, 85 and 83. RGB value is (28,133,131). Sum of RGB (Red+Green+Blue) = 28+133+131=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8583 is #E37A7C. Grayscale: #656565. Windows color (decimal): -14908029 or 8619292. OLE color: 8619292.

HSL color Cylindrical-coordinate representation of color #1C8583: hue angle of 178.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8583 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 133 131 -
CMYK 0.79 0 0.02 0.48
HSL 178.86º 0.65% 0.32% -
HSV(B) 178.86º 0.79% 0.52% -
XYZ 12.96 18.66 24.39 -
YUV 101.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 28 133 131 0.79 0 0.02 0.48 178.86 0.65 0.32
Hex 1C 85 83 4F 0 2 30 B3 41 20
Octal 34 205 203 117 0 2 60 263 101 40
Binary 11100 10000101 10000011 1001111 0 10 110000 10110011 1000001 100000

Color Harmonies of #1C8583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8583

Black with #1C8583

Text Example


Text Example

White with #1C8583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C8583; }

 p { color: rgb(28,133,131); }

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

background-color css

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

 a { background-color: rgb(28,133,131); }

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

border-color css

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

 span { border-color: rgb(28,133,131); }

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