Html Css Color HEX #7DBDA3 Sea Nymph

📋 copy color: '#7DBDA3'

red 125 ◦ green 189 ◦ blue 163

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

Shades of Sea Nymph #7DBDA3

Tints of Sea Nymph #7DBDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.17%

R = 26.21%
G = 39.62%
B = 34.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#7DBDA3 (or 0x7DBDA3) is known color: Sea Nymph. HEX triplet: 7D, BD and A3. RGB value is (125,189,163). Sum of RGB (Red+Green+Blue) = 125+189+163=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBDA3 is #82425C. Grayscale: #A6A6A6. Windows color (decimal): -8536669 or 10730877. OLE color: 10730877.

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

Color convert

RGB 125 189 163 -
CMYK 0.34 0 0.14 0.26
HSL 155.63º 0.33% 0.62% -
HSV(B) 155.63º 0.34% 0.74% -
XYZ 33.27 43.4 41.27 -
YUV 166.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 125 189 163 0.34 0 0.14 0.26 155.63 0.33 0.62
Hex 7D BD A3 22 0 E 1A 9C 21 3E
Octal 175 275 243 42 0 16 32 234 41 76
Binary 1111101 10111101 10100011 100010 0 1110 11010 10011100 100001 111110

Color Harmonies of #7DBDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDA3

Black with #7DBDA3

Text Example


Text Example

White with #7DBDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,163); }

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

background-color css

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

 a { background-color: rgb(125,189,163); }

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

border-color css

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

 span { border-color: rgb(125,189,163); }

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