Html Css Color HEX #007D95 Eastern Blue

📋 copy color: '#007D95'

red 0 ◦ green 125 ◦ blue 149

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

Shades of Eastern Blue #007D95

Tints of Eastern Blue #007D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 0%
G = 45.62%
B = 54.38%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007D95 (or 0x007D95) is known color: Eastern Blue. HEX triplet: 00, 7D and 95. RGB value is (0,125,149). Sum of RGB (Red+Green+Blue) = 0+125+149=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #007D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D95 is #FF826A. Grayscale: #5A5A5A. Windows color (decimal): -16745067 or 9796864. OLE color: 9796864.

HSL color Cylindrical-coordinate representation of color #007D95: hue angle of 189.66º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D95 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 125 149 -
CMYK 1 0.16 0 0.42
HSL 189.66º 1% 0.29% -
HSV(B) 189.66º 1% 0.58% -
XYZ 12.76 16.84 31.01 -
YUV 90.36 161.09 63.55 -
System Red Green Blue C M Y K H S L
Decimal 0 125 149 1 0.16 0 0.42 189.66 1 0.29
Hex 0 7D 95 64 10 0 2A BE 64 1D
Octal 0 175 225 144 20 0 52 276 144 35
Binary 0 1111101 10010101 1100100 10000 0 101010 10111110 1100100 11101

Color Harmonies of #007D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D95

Black with #007D95

Text Example


Text Example

White with #007D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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