Html Css Color HEX #7DD8B9 Bermuda

📋 copy color: '#7DD8B9'

red 125 ◦ green 216 ◦ blue 185

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

Shades of Bermuda #7DD8B9

Tints of Bermuda #7DD8B9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.06%

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 23.76%
G = 41.06%
B = 35.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#7DD8B9 (or 0x7DD8B9) is known color: Bermuda. HEX triplet: 7D, D8 and B9. RGB value is (125,216,185). Sum of RGB (Red+Green+Blue) = 125+216+185=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD8B9 is #822746. Grayscale: #B9B9B9. Windows color (decimal): -8529735 or 12179581. OLE color: 12179581.

HSL color Cylindrical-coordinate representation of color #7DD8B9: hue angle of 159.56º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD8B9 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 185 -
CMYK 0.42 0 0.14 0.15
HSL 159.56º 0.54% 0.67% -
HSV(B) 159.56º 0.42% 0.85% -
XYZ 41.77 56.97 54.69 -
YUV 185.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 125 216 185 0.42 0 0.14 0.15 159.56 0.54 0.67
Hex 7D D8 B9 2A 0 E F A0 36 43
Octal 175 330 271 52 0 16 17 240 66 103
Binary 1111101 11011000 10111001 101010 0 1110 1111 10100000 110110 1000011

Color Harmonies of #7DD8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD8B9

Black with #7DD8B9

Text Example


Text Example

White with #7DD8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,216,185); }

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

background-color css

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

 a { background-color: rgb(125,216,185); }

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

border-color css

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

 span { border-color: rgb(125,216,185); }

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