Html Css Color HEX #1CB08B Mountain Meadow

📋 copy color: '#1CB08B'

red 28 ◦ green 176 ◦ blue 139

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

Shades of Mountain Meadow #1CB08B

Tints of Mountain Meadow #1CB08B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.31%

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

R = 8.16%
G = 51.31%
B = 40.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#1CB08B (or 0x1CB08B) is known color: Mountain Meadow. HEX triplet: 1C, B0 and 8B. RGB value is (28,176,139). Sum of RGB (Red+Green+Blue) = 28+176+139=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB08B is #E34F74. Grayscale: #7F7F7F. Windows color (decimal): -14897013 or 9154588. OLE color: 9154588.

HSL color Cylindrical-coordinate representation of color #1CB08B: hue angle of 165º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB08B is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 176 139 -
CMYK 0.84 0 0.21 0.31
HSL 165º 0.73% 0.4% -
HSV(B) 165º 0.84% 0.69% -
XYZ 20.66 33.16 29.74 -
YUV 127.53 134.47 57.01 -
System Red Green Blue C M Y K H S L
Decimal 28 176 139 0.84 0 0.21 0.31 165 0.73 0.4
Hex 1C B0 8B 54 0 15 1F A5 49 28
Octal 34 260 213 124 0 25 37 245 111 50
Binary 11100 10110000 10001011 1010100 0 10101 11111 10100101 1001001 101000

Color Harmonies of #1CB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB08B

Black with #1CB08B

Text Example


Text Example

White with #1CB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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