Html Css Color HEX #07908D Dark Cyan

📋 copy color: '#07908D'

red 7 ◦ green 144 ◦ blue 141

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

Shades of Dark Cyan #07908D

Tints of Dark Cyan #07908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 2.4%
G = 49.32%
B = 48.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#07908D (or 0x07908D) is known color: Dark Cyan. HEX triplet: 07, 90 and 8D. RGB value is (7,144,141). Sum of RGB (Red+Green+Blue) = 7+144+141=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #07908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07908D is #F86F72. Grayscale: #666666. Windows color (decimal): -16281459 or 9277447. OLE color: 9277447.

HSL color Cylindrical-coordinate representation of color #07908D: hue angle of 178.69º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07908D is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 144 141 -
CMYK 0.95 0 0.02 0.44
HSL 178.69º 0.91% 0.3% -
HSV(B) 178.69º 0.95% 0.56% -
XYZ 14.87 21.91 28.65 -
YUV 102.7 149.61 59.74 -
System Red Green Blue C M Y K H S L
Decimal 7 144 141 0.95 0 0.02 0.44 178.69 0.91 0.3
Hex 7 90 8D 5F 0 2 2C B3 5B 1E
Octal 7 220 215 137 0 2 54 263 133 36
Binary 111 10010000 10001101 1011111 0 10 101100 10110011 1011011 11110

Color Harmonies of #07908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07908D

Black with #07908D

Text Example


Text Example

White with #07908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07908D; }

 p { color: rgb(7,144,141); }

 H1.HeaderClassName
 {
   color: #07908D;
 }
 .AnyTagClassName
 {
   color: #07908D;
 }
</style>

background-color css

<style>
 a { background-color: #07908D; }

 a { background-color: rgb(7,144,141); }

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

border-color css

<style>
 span { border-color: #07908D; }

 span { border-color: rgb(7,144,141); }

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