Html Css Color HEX #7DD0BA Bermuda

📋 copy color: '#7DD0BA'

red 125 ◦ green 208 ◦ blue 186

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

Shades of Bermuda #7DD0BA

Tints of Bermuda #7DD0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.08%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 24.08%
G = 40.08%
B = 35.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#7DD0BA (or 0x7DD0BA) is known color: Bermuda. HEX triplet: 7D, D0 and BA. RGB value is (125,208,186). Sum of RGB (Red+Green+Blue) = 125+208+186=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0BA is #822F45. Grayscale: #B4B4B4. Windows color (decimal): -8531782 or 12243069. OLE color: 12243069.

HSL color Cylindrical-coordinate representation of color #7DD0BA: hue angle of 164.1º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD0BA is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 186 -
CMYK 0.40 0 0.11 0.18
HSL 164.1º 0.47% 0.65% -
HSV(B) 164.1º 0.4% 0.82% -
XYZ 39.88 53.02 54.59 -
YUV 180.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 125 208 186 0.40 0 0.11 0.18 164.1 0.47 0.65
Hex 7D D0 BA 28 0 B 12 A4 2F 41
Octal 175 320 272 50 0 13 22 244 57 101
Binary 1111101 11010000 10111010 101000 0 1011 10010 10100100 101111 1000001

Color Harmonies of #7DD0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD0BA

Black with #7DD0BA

Text Example


Text Example

White with #7DD0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,208,186); }

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

background-color css

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

 a { background-color: rgb(125,208,186); }

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

border-color css

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

 span { border-color: rgb(125,208,186); }

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