Html Css Color HEX #1CAD8B Mountain Meadow

📋 copy color: '#1CAD8B'

red 28 ◦ green 173 ◦ blue 139

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

Shades of Mountain Meadow #1CAD8B

Tints of Mountain Meadow #1CAD8B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.88%

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 8.24%
G = 50.88%
B = 40.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#1CAD8B (or 0x1CAD8B) is known color: Mountain Meadow. HEX triplet: 1C, AD and 8B. RGB value is (28,173,139). Sum of RGB (Red+Green+Blue) = 28+173+139=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAD8B is #E35274. Grayscale: #7D7D7D. Windows color (decimal): -14897781 or 9153820. OLE color: 9153820.

HSL color Cylindrical-coordinate representation of color #1CAD8B: hue angle of 165.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAD8B is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 173 139 -
CMYK 0.84 0 0.20 0.32
HSL 165.93º 0.72% 0.39% -
HSV(B) 165.93º 0.84% 0.68% -
XYZ 20.08 32 29.54 -
YUV 125.77 135.46 58.26 -
System Red Green Blue C M Y K H S L
Decimal 28 173 139 0.84 0 0.20 0.32 165.93 0.72 0.39
Hex 1C AD 8B 54 0 14 20 A6 48 27
Octal 34 255 213 124 0 24 40 246 110 47
Binary 11100 10101101 10001011 1010100 0 10100 100000 10100110 1001000 100111

Color Harmonies of #1CAD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD8B

Black with #1CAD8B

Text Example


Text Example

White with #1CAD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,173,139); }

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

background-color css

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

 a { background-color: rgb(28,173,139); }

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

border-color css

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

 span { border-color: rgb(28,173,139); }

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