Html Css Color HEX #1CA685 Mountain Meadow

📋 copy color: '#1CA685'

red 28 ◦ green 166 ◦ blue 133

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

Shades of Mountain Meadow #1CA685

Tints of Mountain Meadow #1CA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.76%

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 8.56%
G = 50.76%
B = 40.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#1CA685 (or 0x1CA685) is known color: Mountain Meadow. HEX triplet: 1C, A6 and 85. RGB value is (28,166,133). Sum of RGB (Red+Green+Blue) = 28+166+133=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA685 is #E3597A. Grayscale: #787878. Windows color (decimal): -14899579 or 8758812. OLE color: 8758812.

HSL color Cylindrical-coordinate representation of color #1CA685: hue angle of 165.65º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA685 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 28 166 133 -
CMYK 0.83 0 0.20 0.35
HSL 165.65º 0.71% 0.38% -
HSV(B) 165.65º 0.83% 0.65% -
XYZ 18.35 29.21 26.86 -
YUV 120.98 134.78 61.68 -
System Red Green Blue C M Y K H S L
Decimal 28 166 133 0.83 0 0.20 0.35 165.65 0.71 0.38
Hex 1C A6 85 53 0 14 23 A6 47 26
Octal 34 246 205 123 0 24 43 246 107 46
Binary 11100 10100110 10000101 1010011 0 10100 100011 10100110 1000111 100110

Color Harmonies of #1CA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA685

Black with #1CA685

Text Example


Text Example

White with #1CA685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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