Html Css Color HEX #7FB4A4 Sea Nymph

📋 copy color: '#7FB4A4'

red 127 ◦ green 180 ◦ blue 164

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

Shades of Sea Nymph #7FB4A4

Tints of Sea Nymph #7FB4A4

RGB

 RED value IS 127 (50% from 255) = 26.96%

 GREEN value IS 180 (70.7% from 255) = 38.22%

 BLUE value IS 164 (64.45% from 255) = 34.82%

R = 26.96%
G = 38.22%
B = 34.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#7FB4A4 (or 0x7FB4A4) is known color: Sea Nymph. HEX triplet: 7F, B4 and A4. RGB value is (127,180,164). Sum of RGB (Red+Green+Blue) = 127+180+164=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB4A4 is #804B5B. Grayscale: #A2A2A2. Windows color (decimal): -8407900 or 10794111. OLE color: 10794111.

HSL color Cylindrical-coordinate representation of color #7FB4A4: hue angle of 161.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB4A4 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 164 -
CMYK 0.29 0 0.09 0.29
HSL 161.89º 0.26% 0.6% -
HSV(B) 161.89º 0.29% 0.71% -
XYZ 31.77 39.83 41.14 -
YUV 162.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 127 180 164 0.29 0 0.09 0.29 161.89 0.26 0.6
Hex 7F B4 A4 1D 0 9 1D A2 1A 3C
Octal 177 264 244 35 0 11 35 242 32 74
Binary 1111111 10110100 10100100 11101 0 1001 11101 10100010 11010 111100

Color Harmonies of #7FB4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB4A4

Black with #7FB4A4

Text Example


Text Example

White with #7FB4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB4A4; }

 p { color: rgb(127,180,164); }

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

background-color css

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

 a { background-color: rgb(127,180,164); }

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

border-color css

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

 span { border-color: rgb(127,180,164); }

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