#1CBE8A

Color #1CBE8A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1CBE8A

Tints of Mountain Meadow #1CBE8A

Color information

#1CBE8A (or 0x1CBE8A) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BE and 8A. RGB value is (28,190,138). Sum of RGB (Red+Green+Blue) = 28+190+138=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBE8A is #E34175. Grayscale: #878787. Windows color (decimal): -14893430 or 9092636. OLE color: 9092636.

HSL color Cylindrical-coordinate representation of color #1CBE8A: hue angle of 160.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBE8A is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB28190138-
CMYK0.8500.270.25
HSL160.74º74.31%42.75%-
HSV(B)160.74º85.26%74.51%-
XYZ23.4838.9130.32-
YUV135.63129.3351.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.87%
GREEN value IS 190 (74.61% from 255) = 53.37%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=7.87%
G=53.37%
B=38.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281901380.8500.270.25160.7474.3142.75
Hex1CBE8A5501B19a14a2b
Octal342762121250333124111253
Binary111001011111010001010101010101101111001101000011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,190,138); }

 H1.HeaderClassName
 {
   color: #1CBE8A;
 }
 .AnyTagClassName
 {
   color: #1CBE8A;
 }
</style>
background-color css

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

 a { background-color: rgb(28,190,138); }

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

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

 span { border-color: rgb(28,190,138); }

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