Html Css Color HEX #0E827A Surfie Green

📋 copy color: '#0E827A'

red 14 ◦ green 130 ◦ blue 122

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

Shades of Surfie Green #0E827A

Tints of Surfie Green #0E827A

RGB

 RED value IS 14 (5.86% from 255) = 5.26%

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

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

R = 5.26%
G = 48.87%
B = 45.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#0E827A (or 0x0E827A) is known color: Surfie Green. HEX triplet: 0E, 82 and 7A. RGB value is (14,130,122). Sum of RGB (Red+Green+Blue) = 14+130+122=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #0E827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E827A is #F17D85. Grayscale: #5E5E5E. Windows color (decimal): -15826310 or 8028686. OLE color: 8028686.

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

Color convert

RGB 14 130 122 -
CMYK 0.89 0 0.06 0.49
HSL 175.86º 0.81% 0.28% -
HSV(B) 175.86º 0.89% 0.51% -
XYZ 11.68 17.46 21.17 -
YUV 94.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 14 130 122 0.89 0 0.06 0.49 175.86 0.81 0.28
Hex E 82 7A 59 0 6 31 B0 51 1C
Octal 16 202 172 131 0 6 61 260 121 34
Binary 1110 10000010 1111010 1011001 0 110 110001 10110000 1010001 11100

Color Harmonies of #0E827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E827A

Black with #0E827A

Text Example


Text Example

White with #0E827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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