Html Css Color HEX #07989C Eastern Blue

📋 copy color: '#07989C'

red 7 ◦ green 152 ◦ blue 156

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

Shades of Eastern Blue #07989C

Tints of Eastern Blue #07989C

RGB

 RED value IS 7 (3.13% from 255) = 2.22%

 GREEN value IS 152 (59.77% from 255) = 48.25%

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 2.22%
G = 48.25%
B = 49.52%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07989C (or 0x07989C) is known color: Eastern Blue. HEX triplet: 07, 98 and 9C. RGB value is (7,152,156). Sum of RGB (Red+Green+Blue) = 7+152+156=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #07989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07989C is #F86763. Grayscale: #6C6C6C. Windows color (decimal): -16279396 or 10262535. OLE color: 10262535.

HSL color Cylindrical-coordinate representation of color #07989C: hue angle of 181.61º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07989C is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 152 156 -
CMYK 0.96 0.03 0 0.39
HSL 181.61º 0.91% 0.32% -
HSV(B) 181.61º 0.96% 0.61% -
XYZ 17.32 24.9 35.35 -
YUV 109.1 154.46 55.17 -
System Red Green Blue C M Y K H S L
Decimal 7 152 156 0.96 0.03 0 0.39 181.61 0.91 0.32
Hex 7 98 9C 60 3 0 27 B6 5B 20
Octal 7 230 234 140 3 0 47 266 133 40
Binary 111 10011000 10011100 1100000 11 0 100111 10110110 1011011 100000

Color Harmonies of #07989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07989C

Black with #07989C

Text Example


Text Example

White with #07989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07989C; }

 p { color: rgb(7,152,156); }

 H1.HeaderClassName
 {
   color: #07989C;
 }
 .AnyTagClassName
 {
   color: #07989C;
 }
</style>

background-color css

<style>
 a { background-color: #07989C; }

 a { background-color: rgb(7,152,156); }

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

border-color css

<style>
 span { border-color: #07989C; }

 span { border-color: rgb(7,152,156); }

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