Html Css Color HEX #007D98 Eastern Blue

📋 copy color: '#007D98'

red 0 ◦ green 125 ◦ blue 152

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

Shades of Eastern Blue #007D98

Tints of Eastern Blue #007D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.87%

R = 0%
G = 45.13%
B = 54.87%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#007D98 (or 0x007D98) is known color: Eastern Blue. HEX triplet: 00, 7D and 98. RGB value is (0,125,152). Sum of RGB (Red+Green+Blue) = 0+125+152=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #007D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D98 is #FF8267. Grayscale: #5A5A5A. Windows color (decimal): -16745064 or 9993472. OLE color: 9993472.

HSL color Cylindrical-coordinate representation of color #007D98: hue angle of 190.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D98 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 125 152 -
CMYK 1 0.18 0 0.40
HSL 190.66º 1% 0.3% -
HSV(B) 190.66º 1% 0.6% -
XYZ 13 16.93 32.29 -
YUV 90.7 162.59 63.3 -
System Red Green Blue C M Y K H S L
Decimal 0 125 152 1 0.18 0 0.40 190.66 1 0.3
Hex 0 7D 98 64 12 0 28 BF 64 1E
Octal 0 175 230 144 22 0 50 277 144 36
Binary 0 1111101 10011000 1100100 10010 0 101000 10111111 1100100 11110

Color Harmonies of #007D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D98

Black with #007D98

Text Example


Text Example

White with #007D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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