Html Css Color HEX #1CA888 Mountain Meadow

📋 copy color: '#1CA888'

red 28 ◦ green 168 ◦ blue 136

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

Shades of Mountain Meadow #1CA888

Tints of Mountain Meadow #1CA888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.6%

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 8.43%
G = 50.6%
B = 40.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#1CA888 (or 0x1CA888) is known color: Mountain Meadow. HEX triplet: 1C, A8 and 88. RGB value is (28,168,136). Sum of RGB (Red+Green+Blue) = 28+168+136=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA888 is #E35777. Grayscale: #7A7A7A. Windows color (decimal): -14899064 or 8955932. OLE color: 8955932.

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

Color convert

RGB 28 168 136 -
CMYK 0.83 0 0.19 0.34
HSL 166.29º 0.71% 0.38% -
HSV(B) 166.29º 0.83% 0.66% -
XYZ 18.93 30.03 28.09 -
YUV 122.49 135.62 60.6 -
System Red Green Blue C M Y K H S L
Decimal 28 168 136 0.83 0 0.19 0.34 166.29 0.71 0.38
Hex 1C A8 88 53 0 13 22 A6 47 26
Octal 34 250 210 123 0 23 42 246 107 46
Binary 11100 10101000 10001000 1010011 0 10011 100010 10100110 1000111 100110

Color Harmonies of #1CA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA888

Black with #1CA888

Text Example


Text Example

White with #1CA888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,168,136); }

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

background-color css

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

 a { background-color: rgb(28,168,136); }

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

border-color css

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

 span { border-color: rgb(28,168,136); }

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