Html Css Color HEX #00B27A Jade

📋 copy color: '#00B27A'

red 0 ◦ green 178 ◦ blue 122

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

Shades of Jade #00B27A

Tints of Jade #00B27A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.33%

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 0%
G = 59.33%
B = 40.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#00B27A (or 0x00B27A) is known color: Jade. HEX triplet: 00, B2 and 7A. RGB value is (0,178,122). Sum of RGB (Red+Green+Blue) = 0+178+122=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #00B27A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B27A is #FF4D85. Grayscale: #767676. Windows color (decimal): -16731526 or 8040960. OLE color: 8040960.

HSL color Cylindrical-coordinate representation of color #00B27A: hue angle of 161.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B27A is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 178 122 -
CMYK 1 0 0.31 0.30
HSL 161.12º 1% 0.35% -
HSV(B) 161.12º 1% 0.7% -
XYZ 19.43 33.25 23.81 -
YUV 118.39 130.03 43.55 -
System Red Green Blue C M Y K H S L
Decimal 0 178 122 1 0 0.31 0.30 161.12 1 0.35
Hex 0 B2 7A 64 0 1F 1E A1 64 23
Octal 0 262 172 144 0 37 36 241 144 43
Binary 0 10110010 1111010 1100100 0 11111 11110 10100001 1100100 100011

Color Harmonies of #00B27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B27A

Black with #00B27A

Text Example


Text Example

White with #00B27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,178,122); }

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

background-color css

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

 a { background-color: rgb(0,178,122); }

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

border-color css

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

 span { border-color: rgb(0,178,122); }

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