Html Css Color HEX #00BB7D Jade

📋 copy color: '#00BB7D'

red 0 ◦ green 187 ◦ blue 125

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

Shades of Jade #00BB7D

Tints of Jade #00BB7D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 187 (73.44% from 255) = 59.94%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 0%
G = 59.94%
B = 40.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#00BB7D (or 0x00BB7D) is known color: Jade. HEX triplet: 00, BB and 7D. RGB value is (0,187,125). Sum of RGB (Red+Green+Blue) = 0+187+125=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BB7D is #FF4482. Grayscale: #7C7C7C. Windows color (decimal): -16729219 or 8239872. OLE color: 8239872.

HSL color Cylindrical-coordinate representation of color #00BB7D: hue angle of 160.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB7D is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 187 125 -
CMYK 1 0 0.33 0.27
HSL 160.11º 1% 0.37% -
HSV(B) 160.11º 1% 0.73% -
XYZ 21.47 37.02 25.42 -
YUV 124.02 128.55 39.54 -
System Red Green Blue C M Y K H S L
Decimal 0 187 125 1 0 0.33 0.27 160.11 1 0.37
Hex 0 BB 7D 64 0 21 1B A0 64 25
Octal 0 273 175 144 0 41 33 240 144 45
Binary 0 10111011 1111101 1100100 0 100001 11011 10100000 1100100 100101

Color Harmonies of #00BB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BB7D

Black with #00BB7D

Text Example


Text Example

White with #00BB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BB7D; }

 p { color: rgb(0,187,125); }

 H1.HeaderClassName
 {
   color: #00BB7D;
 }
 .AnyTagClassName
 {
   color: #00BB7D;
 }
</style>

background-color css

<style>
 a { background-color: #00BB7D; }

 a { background-color: rgb(0,187,125); }

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

border-color css

<style>
 span { border-color: #00BB7D; }

 span { border-color: rgb(0,187,125); }

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