Html Css Color HEX #7FBDA5 Sea Nymph

📋 copy color: '#7FBDA5'

red 127 ◦ green 189 ◦ blue 165

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

Shades of Sea Nymph #7FBDA5

Tints of Sea Nymph #7FBDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 26.4%
G = 39.29%
B = 34.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#7FBDA5 (or 0x7FBDA5) is known color: Sea Nymph. HEX triplet: 7F, BD and A5. RGB value is (127,189,165). Sum of RGB (Red+Green+Blue) = 127+189+165=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBDA5 is #80425A. Grayscale: #A7A7A7. Windows color (decimal): -8405595 or 10861951. OLE color: 10861951.

HSL color Cylindrical-coordinate representation of color #7FBDA5: hue angle of 156.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBDA5 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 189 165 -
CMYK 0.33 0 0.13 0.26
HSL 156.77º 0.32% 0.62% -
HSV(B) 156.77º 0.33% 0.74% -
XYZ 33.74 43.62 42.24 -
YUV 167.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 127 189 165 0.33 0 0.13 0.26 156.77 0.32 0.62
Hex 7F BD A5 21 0 D 1A 9D 20 3E
Octal 177 275 245 41 0 15 32 235 40 76
Binary 1111111 10111101 10100101 100001 0 1101 11010 10011101 100000 111110

Color Harmonies of #7FBDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBDA5

Black with #7FBDA5

Text Example


Text Example

White with #7FBDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,189,165); }

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

background-color css

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

 a { background-color: rgb(127,189,165); }

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

border-color css

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

 span { border-color: rgb(127,189,165); }

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