Html Css Color HEX #007D90 Eastern Blue

📋 copy color: '#007D90'

red 0 ◦ green 125 ◦ blue 144

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

Shades of Eastern Blue #007D90

Tints of Eastern Blue #007D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.47%

 BLUE value IS 144 (56.64% from 255) = 53.53%

R = 0%
G = 46.47%
B = 53.53%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#007D90 (or 0x007D90) is known color: Eastern Blue. HEX triplet: 00, 7D and 90. RGB value is (0,125,144). Sum of RGB (Red+Green+Blue) = 0+125+144=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #007D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D90 is #FF826F. Grayscale: #595959. Windows color (decimal): -16745072 or 9469184. OLE color: 9469184.

HSL color Cylindrical-coordinate representation of color #007D90: hue angle of 187.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D90 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 125 144 -
CMYK 1 0.13 0 0.44
HSL 187.92º 1% 0.28% -
HSV(B) 187.92º 1% 0.56% -
XYZ 12.37 16.68 28.95 -
YUV 89.79 158.59 63.96 -
System Red Green Blue C M Y K H S L
Decimal 0 125 144 1 0.13 0 0.44 187.92 1 0.28
Hex 0 7D 90 64 D 0 2C BC 64 1C
Octal 0 175 220 144 15 0 54 274 144 34
Binary 0 1111101 10010000 1100100 1101 0 101100 10111100 1100100 11100

Color Harmonies of #007D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D90

Black with #007D90

Text Example


Text Example

White with #007D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007D90; }

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

 H1.HeaderClassName
 {
   color: #007D90;
 }
 .AnyTagClassName
 {
   color: #007D90;
 }
</style>

background-color css

<style>
 a { background-color: #007D90; }

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

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

border-color css

<style>
 span { border-color: #007D90; }

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

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