Html Css Color HEX #7FBBA8 Sea Nymph

📋 copy color: '#7FBBA8'

red 127 ◦ green 187 ◦ blue 168

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

Shades of Sea Nymph #7FBBA8

Tints of Sea Nymph #7FBBA8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 26.35%
G = 38.8%
B = 34.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#7FBBA8 (or 0x7FBBA8) is known color: Sea Nymph. HEX triplet: 7F, BB and A8. RGB value is (127,187,168). Sum of RGB (Red+Green+Blue) = 127+187+168=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBBA8 is #804457. Grayscale: #A6A6A6. Windows color (decimal): -8406104 or 11058047. OLE color: 11058047.

HSL color Cylindrical-coordinate representation of color #7FBBA8: hue angle of 161º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBBA8 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 187 168 -
CMYK 0.32 0 0.10 0.27
HSL 161º 0.31% 0.62% -
HSV(B) 161º 0.32% 0.73% -
XYZ 33.59 42.88 43.55 -
YUV 166.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 127 187 168 0.32 0 0.10 0.27 161 0.31 0.62
Hex 7F BB A8 20 0 A 1B A1 1F 3E
Octal 177 273 250 40 0 12 33 241 37 76
Binary 1111111 10111011 10101000 100000 0 1010 11011 10100001 11111 111110

Color Harmonies of #7FBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBBA8

Black with #7FBBA8

Text Example


Text Example

White with #7FBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,187,168); }

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

background-color css

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

 a { background-color: rgb(127,187,168); }

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

border-color css

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

 span { border-color: rgb(127,187,168); }

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