Html Css Color HEX #07898A Dark Cyan

📋 copy color: '#07898A'

red 7 ◦ green 137 ◦ blue 138

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

Shades of Dark Cyan #07898A

Tints of Dark Cyan #07898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.58%

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 2.48%
G = 48.58%
B = 48.94%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07898A (or 0x07898A) is known color: Dark Cyan. HEX triplet: 07, 89 and 8A. RGB value is (7,137,138). Sum of RGB (Red+Green+Blue) = 7+137+138=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #07898A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07898A is #F87675. Grayscale: #626262. Windows color (decimal): -16283254 or 9079047. OLE color: 9079047.

HSL color Cylindrical-coordinate representation of color #07898A: hue angle of 180.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07898A is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 138 -
CMYK 0.95 0.01 0 0.46
HSL 180.46º 0.9% 0.28% -
HSV(B) 180.46º 0.95% 0.54% -
XYZ 13.62 19.77 27.14 -
YUV 98.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 7 137 138 0.95 0.01 0 0.46 180.46 0.9 0.28
Hex 7 89 8A 5F 1 0 2E B4 5A 1C
Octal 7 211 212 137 1 0 56 264 132 34
Binary 111 10001001 10001010 1011111 1 0 101110 10110100 1011010 11100

Color Harmonies of #07898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07898A

Black with #07898A

Text Example


Text Example

White with #07898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07898A; }

 p { color: rgb(7,137,138); }

 H1.HeaderClassName
 {
   color: #07898A;
 }
 .AnyTagClassName
 {
   color: #07898A;
 }
</style>

background-color css

<style>
 a { background-color: #07898A; }

 a { background-color: rgb(7,137,138); }

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

border-color css

<style>
 span { border-color: #07898A; }

 span { border-color: rgb(7,137,138); }

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