Html Css Color HEX #07BA88 Mountain Meadow

📋 copy color: '#07BA88'

red 7 ◦ green 186 ◦ blue 136

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

Shades of Mountain Meadow #07BA88

Tints of Mountain Meadow #07BA88

RGB

 RED value IS 7 (3.13% from 255) = 2.13%

 GREEN value IS 186 (73.05% from 255) = 56.53%

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

R = 2.13%
G = 56.53%
B = 41.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#07BA88 (or 0x07BA88) is known color: Mountain Meadow. HEX triplet: 07, BA and 88. RGB value is (7,186,136). Sum of RGB (Red+Green+Blue) = 7+186+136=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA88 is #F84577. Grayscale: #7E7E7E. Windows color (decimal): -16270712 or 8960519. OLE color: 8960519.

HSL color Cylindrical-coordinate representation of color #07BA88: hue angle of 163.24º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BA88 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 186 136 -
CMYK 0.96 0 0.27 0.27
HSL 163.24º 0.93% 0.38% -
HSV(B) 163.24º 0.96% 0.73% -
XYZ 22.09 36.94 29.26 -
YUV 126.78 133.2 42.57 -
System Red Green Blue C M Y K H S L
Decimal 7 186 136 0.96 0 0.27 0.27 163.24 0.93 0.38
Hex 7 BA 88 60 0 1B 1B A3 5D 26
Octal 7 272 210 140 0 33 33 243 135 46
Binary 111 10111010 10001000 1100000 0 11011 11011 10100011 1011101 100110

Color Harmonies of #07BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BA88

Black with #07BA88

Text Example


Text Example

White with #07BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BA88; }

 p { color: rgb(7,186,136); }

 H1.HeaderClassName
 {
   color: #07BA88;
 }
 .AnyTagClassName
 {
   color: #07BA88;
 }
</style>

background-color css

<style>
 a { background-color: #07BA88; }

 a { background-color: rgb(7,186,136); }

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

border-color css

<style>
 span { border-color: #07BA88; }

 span { border-color: rgb(7,186,136); }

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