Html Css Color HEX #078265 Deep Sea

📋 copy color: '#078265'

red 7 ◦ green 130 ◦ blue 101

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

Shades of Deep Sea #078265

Tints of Deep Sea #078265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.62%

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 2.94%
G = 54.62%
B = 42.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#078265 (or 0x078265) is known color: Deep Sea. HEX triplet: 07, 82 and 65. RGB value is (7,130,101). Sum of RGB (Red+Green+Blue) = 7+130+101=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #078265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078265 is #F87D9A. Grayscale: #595959. Windows color (decimal): -16285083 or 6652423. OLE color: 6652423.

HSL color Cylindrical-coordinate representation of color #078265: hue angle of 165.85º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078265 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 101 -
CMYK 0.95 0 0.22 0.49
HSL 165.85º 0.9% 0.27% -
HSV(B) 165.85º 0.95% 0.51% -
XYZ 10.42 16.95 15.03 -
YUV 89.92 134.25 68.86 -
System Red Green Blue C M Y K H S L
Decimal 7 130 101 0.95 0 0.22 0.49 165.85 0.9 0.27
Hex 7 82 65 5F 0 16 31 A6 5A 1B
Octal 7 202 145 137 0 26 61 246 132 33
Binary 111 10000010 1100101 1011111 0 10110 110001 10100110 1011010 11011

Color Harmonies of #078265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078265

Black with #078265

Text Example


Text Example

White with #078265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078265; }

 p { color: rgb(7,130,101); }

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

background-color css

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

 a { background-color: rgb(7,130,101); }

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

border-color css

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

 span { border-color: rgb(7,130,101); }

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