Html Css Color HEX #07988F Dark Cyan

📋 copy color: '#07988F'

red 7 ◦ green 152 ◦ blue 143

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

Shades of Dark Cyan #07988F

Tints of Dark Cyan #07988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.35%

R = 2.32%
G = 50.33%
B = 47.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#07988F (or 0x07988F) is known color: Dark Cyan. HEX triplet: 07, 98 and 8F. RGB value is (7,152,143). Sum of RGB (Red+Green+Blue) = 7+152+143=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #07988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07988F is #F86770. Grayscale: #6B6B6B. Windows color (decimal): -16279409 or 9410567. OLE color: 9410567.

HSL color Cylindrical-coordinate representation of color #07988F: hue angle of 176.28º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07988F is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 152 143 -
CMYK 0.95 0 0.06 0.40
HSL 176.28º 0.91% 0.31% -
HSV(B) 176.28º 0.95% 0.6% -
XYZ 16.27 24.48 29.85 -
YUV 107.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 7 152 143 0.95 0 0.06 0.40 176.28 0.91 0.31
Hex 7 98 8F 5F 0 6 28 B0 5B 1F
Octal 7 230 217 137 0 6 50 260 133 37
Binary 111 10011000 10001111 1011111 0 110 101000 10110000 1011011 11111

Color Harmonies of #07988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07988F

Black with #07988F

Text Example


Text Example

White with #07988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07988F; }

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

 H1.HeaderClassName
 {
   color: #07988F;
 }
 .AnyTagClassName
 {
   color: #07988F;
 }
</style>

background-color css

<style>
 a { background-color: #07988F; }

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

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

border-color css

<style>
 span { border-color: #07988F; }

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

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