Html Css Color HEX #7DD9B4 Bermuda

📋 copy color: '#7DD9B4'

red 125 ◦ green 217 ◦ blue 180

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

Shades of Bermuda #7DD9B4

Tints of Bermuda #7DD9B4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 180 (70.7% from 255) = 34.48%

R = 23.95%
G = 41.57%
B = 34.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#7DD9B4 (or 0x7DD9B4) is known color: Bermuda. HEX triplet: 7D, D9 and B4. RGB value is (125,217,180). Sum of RGB (Red+Green+Blue) = 125+217+180=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9B4 is #82264B. Grayscale: #B9B9B9. Windows color (decimal): -8529484 or 11852157. OLE color: 11852157.

HSL color Cylindrical-coordinate representation of color #7DD9B4: hue angle of 155.87º degrees, saturation: 0.55, 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 #7DD9B4 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 217 180 -
CMYK 0.42 0 0.17 0.15
HSL 155.87º 0.55% 0.67% -
HSV(B) 155.87º 0.42% 0.85% -
XYZ 41.51 57.28 52.05 -
YUV 185.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 125 217 180 0.42 0 0.17 0.15 155.87 0.55 0.67
Hex 7D D9 B4 2A 0 11 F 9C 37 43
Octal 175 331 264 52 0 21 17 234 67 103
Binary 1111101 11011001 10110100 101010 0 10001 1111 10011100 110111 1000011

Color Harmonies of #7DD9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD9B4

Black with #7DD9B4

Text Example


Text Example

White with #7DD9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,217,180); }

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

background-color css

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

 a { background-color: rgb(125,217,180); }

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

border-color css

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

 span { border-color: rgb(125,217,180); }

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