Html Css Color HEX #07888D Dark Cyan

📋 copy color: '#07888D'

red 7 ◦ green 136 ◦ blue 141

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

Shades of Dark Cyan #07888D

Tints of Dark Cyan #07888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.89%

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

R = 2.46%
G = 47.89%
B = 49.65%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07888D (or 0x07888D) is known color: Dark Cyan. HEX triplet: 07, 88 and 8D. RGB value is (7,136,141). Sum of RGB (Red+Green+Blue) = 7+136+141=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #07888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07888D is #F87772. Grayscale: #616161. Windows color (decimal): -16283507 or 9275399. OLE color: 9275399.

HSL color Cylindrical-coordinate representation of color #07888D: hue angle of 182.24º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07888D is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 136 141 -
CMYK 0.95 0.04 0 0.45
HSL 182.24º 0.91% 0.29% -
HSV(B) 182.24º 0.95% 0.55% -
XYZ 13.7 19.58 28.26 -
YUV 98 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 7 136 141 0.95 0.04 0 0.45 182.24 0.91 0.29
Hex 7 88 8D 5F 4 0 2D B6 5B 1D
Octal 7 210 215 137 4 0 55 266 133 35
Binary 111 10001000 10001101 1011111 100 0 101101 10110110 1011011 11101

Color Harmonies of #07888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07888D

Black with #07888D

Text Example


Text Example

White with #07888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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