Html Css Color HEX #07858A Dark Cyan

📋 copy color: '#07858A'

red 7 ◦ green 133 ◦ blue 138

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

Shades of Dark Cyan #07858A

Tints of Dark Cyan #07858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 2.52%
G = 47.84%
B = 49.64%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07858A (or 0x07858A) is known color: Dark Cyan. HEX triplet: 07, 85 and 8A. RGB value is (7,133,138). Sum of RGB (Red+Green+Blue) = 7+133+138=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #07858A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07858A is #F87A75. Grayscale: #5F5F5F. Windows color (decimal): -16284278 or 9078023. OLE color: 9078023.

HSL color Cylindrical-coordinate representation of color #07858A: hue angle of 182.29º 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 #07858A is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 133 138 -
CMYK 0.95 0.04 0 0.46
HSL 182.29º 0.9% 0.28% -
HSV(B) 182.29º 0.95% 0.54% -
XYZ 13.06 18.66 26.96 -
YUV 95.9 151.76 64.59 -
System Red Green Blue C M Y K H S L
Decimal 7 133 138 0.95 0.04 0 0.46 182.29 0.9 0.28
Hex 7 85 8A 5F 4 0 2E B6 5A 1C
Octal 7 205 212 137 4 0 56 266 132 34
Binary 111 10000101 10001010 1011111 100 0 101110 10110110 1011010 11100

Color Harmonies of #07858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07858A

Black with #07858A

Text Example


Text Example

White with #07858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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