Html Css Color HEX #1CCA8B Mountain Meadow

📋 copy color: '#1CCA8B'

red 28 ◦ green 202 ◦ blue 139

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

Shades of Mountain Meadow #1CCA8B

Tints of Mountain Meadow #1CCA8B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.74%

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

R = 7.59%
G = 54.74%
B = 37.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#1CCA8B (or 0x1CCA8B) is known color: Mountain Meadow. HEX triplet: 1C, CA and 8B. RGB value is (28,202,139). Sum of RGB (Red+Green+Blue) = 28+202+139=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCA8B is #E33574. Grayscale: #8E8E8E. Windows color (decimal): -14890357 or 9161244. OLE color: 9161244.

HSL color Cylindrical-coordinate representation of color #1CCA8B: hue angle of 158.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA8B is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 139 -
CMYK 0.86 0 0.31 0.21
HSL 158.28º 0.76% 0.45% -
HSV(B) 158.28º 0.86% 0.79% -
XYZ 26.26 44.35 31.6 -
YUV 142.79 125.85 46.12 -
System Red Green Blue C M Y K H S L
Decimal 28 202 139 0.86 0 0.31 0.21 158.28 0.76 0.45
Hex 1C CA 8B 56 0 1F 15 9E 4C 2D
Octal 34 312 213 126 0 37 25 236 114 55
Binary 11100 11001010 10001011 1010110 0 11111 10101 10011110 1001100 101101

Color Harmonies of #1CCA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA8B

Black with #1CCA8B

Text Example


Text Example

White with #1CCA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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