Html Css Color HEX #00807A Surfie Green

📋 copy color: '#00807A'

red 0 ◦ green 128 ◦ blue 122

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

Shades of Surfie Green #00807A

Tints of Surfie Green #00807A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 128 (50.39% from 255) = 51.2%

 BLUE value IS 122 (48.05% from 255) = 48.8%

R = 0%
G = 51.2%
B = 48.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#00807A (or 0x00807A) is known color: Surfie Green. HEX triplet: 00, 80 and 7A. RGB value is (0,128,122). Sum of RGB (Red+Green+Blue) = 0+128+122=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #00807A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00807A is #FF7F85. Grayscale: #585858. Windows color (decimal): -16744326 or 8028160. OLE color: 8028160.

HSL color Cylindrical-coordinate representation of color #00807A: hue angle of 177.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00807A is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 122 -
CMYK 1 0 0.05 0.50
HSL 177.19º 1% 0.25% -
HSV(B) 177.19º 1% 0.5% -
XYZ 11.23 16.84 21.07 -
YUV 89.04 146.59 64.49 -
System Red Green Blue C M Y K H S L
Decimal 0 128 122 1 0 0.05 0.50 177.19 1 0.25
Hex 0 80 7A 64 0 5 32 B1 64 19
Octal 0 200 172 144 0 5 62 261 144 31
Binary 0 10000000 1111010 1100100 0 101 110010 10110001 1100100 11001

Color Harmonies of #00807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00807A

Black with #00807A

Text Example


Text Example

White with #00807A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,128,122); }

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

background-color css

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

 a { background-color: rgb(0,128,122); }

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

border-color css

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

 span { border-color: rgb(0,128,122); }

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