Html Css Color HEX #7DDFBF Bermuda

📋 copy color: '#7DDFBF'

red 125 ◦ green 223 ◦ blue 191

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

Shades of Bermuda #7DDFBF

Tints of Bermuda #7DDFBF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

 BLUE value IS 191 (75% from 255) = 35.44%

R = 23.19%
G = 41.37%
B = 35.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#7DDFBF (or 0x7DDFBF) is known color: Bermuda. HEX triplet: 7D, DF and BF. RGB value is (125,223,191). Sum of RGB (Red+Green+Blue) = 125+223+191=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFBF is #822040. Grayscale: #BEBEBE. Windows color (decimal): -8527937 or 12574589. OLE color: 12574589.

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

Color convert

RGB 125 223 191 -
CMYK 0.44 0 0.14 0.13
HSL 160.41º 0.6% 0.68% -
HSV(B) 160.41º 0.44% 0.87% -
XYZ 44.25 60.9 58.71 -
YUV 190.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 125 223 191 0.44 0 0.14 0.13 160.41 0.6 0.68
Hex 7D DF BF 2C 0 E D A0 3C 44
Octal 175 337 277 54 0 16 15 240 74 104
Binary 1111101 11011111 10111111 101100 0 1110 1101 10100000 111100 1000100

Color Harmonies of #7DDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFBF

Black with #7DDFBF

Text Example


Text Example

White with #7DDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,223,191); }

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

background-color css

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

 a { background-color: rgb(125,223,191); }

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

border-color css

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

 span { border-color: rgb(125,223,191); }

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