Html Css Color HEX #078283 Teal

📋 copy color: '#078283'

red 7 ◦ green 130 ◦ blue 131

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

Shades of Teal #078283

Tints of Teal #078283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 2.61%
G = 48.51%
B = 48.88%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#078283 (or 0x078283) is known color: Teal. HEX triplet: 07, 82 and 83. RGB value is (7,130,131). Sum of RGB (Red+Green+Blue) = 7+130+131=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #078283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078283 is #F87D7C. Grayscale: #5D5D5D. Windows color (decimal): -16285053 or 8618503. OLE color: 8618503.

HSL color Cylindrical-coordinate representation of color #078283: hue angle of 180.48º 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 #078283 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 131 -
CMYK 0.95 0.01 0 0.49
HSL 180.48º 0.9% 0.27% -
HSV(B) 180.48º 0.95% 0.51% -
XYZ 12.17 17.65 24.24 -
YUV 93.34 149.25 66.42 -
System Red Green Blue C M Y K H S L
Decimal 7 130 131 0.95 0.01 0 0.49 180.48 0.9 0.27
Hex 7 82 83 5F 1 0 31 B4 5A 1B
Octal 7 202 203 137 1 0 61 264 132 33
Binary 111 10000010 10000011 1011111 1 0 110001 10110100 1011010 11011

Color Harmonies of #078283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078283

Black with #078283

Text Example


Text Example

White with #078283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078283; }

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

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

background-color css

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

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

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

border-color css

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

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

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