Html Css Color HEX #027C7A Surfie Green

📋 copy color: '#027C7A'

red 2 ◦ green 124 ◦ blue 122

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

Shades of Surfie Green #027C7A

Tints of Surfie Green #027C7A

RGB

 RED value IS 2 (1.17% from 255) = 0.81%

 GREEN value IS 124 (48.83% from 255) = 50%

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

R = 0.81%
G = 50%
B = 49.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#027C7A (or 0x027C7A) is known color: Surfie Green. HEX triplet: 02, 7C and 7A. RGB value is (2,124,122). Sum of RGB (Red+Green+Blue) = 2+124+122=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #027C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C7A is #FD8385. Grayscale: #575757. Windows color (decimal): -16614278 or 8027138. OLE color: 8027138.

HSL color Cylindrical-coordinate representation of color #027C7A: hue angle of 179.02º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C7A is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 122 -
CMYK 0.98 0 0.02 0.51
HSL 179.02º 0.97% 0.25% -
HSV(B) 179.02º 0.98% 0.49% -
XYZ 10.75 15.83 20.9 -
YUV 87.29 147.58 67.16 -
System Red Green Blue C M Y K H S L
Decimal 2 124 122 0.98 0 0.02 0.51 179.02 0.97 0.25
Hex 2 7C 7A 62 0 2 33 B3 61 19
Octal 2 174 172 142 0 2 63 263 141 31
Binary 10 1111100 1111010 1100010 0 10 110011 10110011 1100001 11001

Color Harmonies of #027C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C7A

Black with #027C7A

Text Example


Text Example

White with #027C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C7A; }

 p { color: rgb(2,124,122); }

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

background-color css

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

 a { background-color: rgb(2,124,122); }

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

border-color css

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

 span { border-color: rgb(2,124,122); }

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