Html Css Color HEX #00827A Surfie Green

📋 copy color: '#00827A'

red 0 ◦ green 130 ◦ blue 122

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

Shades of Surfie Green #00827A

Tints of Surfie Green #00827A

RGB

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

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

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

R = 0%
G = 51.59%
B = 48.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#00827A (or 0x00827A) is known color: Surfie Green. HEX triplet: 00, 82 and 7A. RGB value is (0,130,122). Sum of RGB (Red+Green+Blue) = 0+130+122=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #00827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00827A is #FF7D85. Grayscale: #5A5A5A. Windows color (decimal): -16743814 or 8028672. OLE color: 8028672.

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

Color convert

RGB 0 130 122 -
CMYK 1 0 0.06 0.49
HSL 176.31º 1% 0.25% -
HSV(B) 176.31º 1% 0.51% -
XYZ 11.5 17.37 21.16 -
YUV 90.22 145.93 63.65 -
System Red Green Blue C M Y K H S L
Decimal 0 130 122 1 0 0.06 0.49 176.31 1 0.25
Hex 0 82 7A 64 0 6 31 B0 64 19
Octal 0 202 172 144 0 6 61 260 144 31
Binary 0 10000010 1111010 1100100 0 110 110001 10110000 1100100 11001

Color Harmonies of #00827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00827A

Black with #00827A

Text Example


Text Example

White with #00827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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