Html Css Color HEX #7DDDB9 Bermuda

📋 copy color: '#7DDDB9'

red 125 ◦ green 221 ◦ blue 185

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

Shades of Bermuda #7DDDB9

Tints of Bermuda #7DDDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

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

R = 23.54%
G = 41.62%
B = 34.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#7DDDB9 (or 0x7DDDB9) is known color: Bermuda. HEX triplet: 7D, DD and B9. RGB value is (125,221,185). Sum of RGB (Red+Green+Blue) = 125+221+185=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDB9 is #822246. Grayscale: #BCBCBC. Windows color (decimal): -8528455 or 12180861. OLE color: 12180861.

HSL color Cylindrical-coordinate representation of color #7DDDB9: hue angle of 157.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDB9 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 185 -
CMYK 0.43 0 0.16 0.13
HSL 157.5º 0.59% 0.68% -
HSV(B) 157.5º 0.43% 0.87% -
XYZ 43.07 59.58 55.13 -
YUV 188.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 125 221 185 0.43 0 0.16 0.13 157.5 0.59 0.68
Hex 7D DD B9 2B 0 10 D 9E 3B 44
Octal 175 335 271 53 0 20 15 236 73 104
Binary 1111101 11011101 10111001 101011 0 10000 1101 10011110 111011 1000100

Color Harmonies of #7DDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDB9

Black with #7DDDB9

Text Example


Text Example

White with #7DDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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