Html Css Color HEX #1CAD8F Mountain Meadow

📋 copy color: '#1CAD8F'

red 28 ◦ green 173 ◦ blue 143

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

Shades of Mountain Meadow #1CAD8F

Tints of Mountain Meadow #1CAD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 8.14%
G = 50.29%
B = 41.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#1CAD8F (or 0x1CAD8F) is known color: Mountain Meadow. HEX triplet: 1C, AD and 8F. RGB value is (28,173,143). Sum of RGB (Red+Green+Blue) = 28+173+143=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAD8F is #E35270. Grayscale: #7E7E7E. Windows color (decimal): -14897777 or 9415964. OLE color: 9415964.

HSL color Cylindrical-coordinate representation of color #1CAD8F: hue angle of 167.59º 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 #1CAD8F is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 173 143 -
CMYK 0.84 0 0.17 0.32
HSL 167.59º 0.72% 0.39% -
HSV(B) 167.59º 0.84% 0.68% -
XYZ 20.38 32.12 31.11 -
YUV 126.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 28 173 143 0.84 0 0.17 0.32 167.59 0.72 0.39
Hex 1C AD 8F 54 0 11 20 A8 48 27
Octal 34 255 217 124 0 21 40 250 110 47
Binary 11100 10101101 10001111 1010100 0 10001 100000 10101000 1001000 100111

Color Harmonies of #1CAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD8F

Black with #1CAD8F

Text Example


Text Example

White with #1CAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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