Html Css Color HEX #7DAFA1 Sea Nymph

📋 copy color: '#7DAFA1'

red 125 ◦ green 175 ◦ blue 161

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

Shades of Sea Nymph #7DAFA1

Tints of Sea Nymph #7DAFA1

RGB

 RED value IS 125 (49.22% from 255) = 27.11%

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 27.11%
G = 37.96%
B = 34.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#7DAFA1 (or 0x7DAFA1) is known color: Sea Nymph. HEX triplet: 7D, AF and A1. RGB value is (125,175,161). Sum of RGB (Red+Green+Blue) = 125+175+161=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAFA1 is #82505E. Grayscale: #9E9E9E. Windows color (decimal): -8540255 or 10596221. OLE color: 10596221.

HSL color Cylindrical-coordinate representation of color #7DAFA1: hue angle of 163.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAFA1 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 175 161 -
CMYK 0.29 0 0.08 0.31
HSL 163.2º 0.24% 0.59% -
HSV(B) 163.2º 0.29% 0.69% -
XYZ 30.22 37.59 39.38 -
YUV 158.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 125 175 161 0.29 0 0.08 0.31 163.2 0.24 0.59
Hex 7D AF A1 1D 0 8 1F A3 18 3B
Octal 175 257 241 35 0 10 37 243 30 73
Binary 1111101 10101111 10100001 11101 0 1000 11111 10100011 11000 111011

Color Harmonies of #7DAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAFA1

Black with #7DAFA1

Text Example


Text Example

White with #7DAFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,175,161); }

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

background-color css

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

 a { background-color: rgb(125,175,161); }

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

border-color css

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

 span { border-color: rgb(125,175,161); }

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