Html Css Color HEX #7DDABF Bermuda

📋 copy color: '#7DDABF'

red 125 ◦ green 218 ◦ blue 191

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

Shades of Bermuda #7DDABF

Tints of Bermuda #7DDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

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

R = 23.41%
G = 40.82%
B = 35.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#7DDABF (or 0x7DDABF) is known color: Bermuda. HEX triplet: 7D, DA and BF. RGB value is (125,218,191). Sum of RGB (Red+Green+Blue) = 125+218+191=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDABF is #822540. Grayscale: #BBBBBB. Windows color (decimal): -8529217 or 12573309. OLE color: 12573309.

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

Color convert

RGB 125 218 191 -
CMYK 0.43 0 0.12 0.15
HSL 162.58º 0.56% 0.67% -
HSV(B) 162.58º 0.43% 0.85% -
XYZ 42.93 58.26 58.27 -
YUV 187.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 125 218 191 0.43 0 0.12 0.15 162.58 0.56 0.67
Hex 7D DA BF 2B 0 C F A3 38 43
Octal 175 332 277 53 0 14 17 243 70 103
Binary 1111101 11011010 10111111 101011 0 1100 1111 10100011 111000 1000011

Color Harmonies of #7DDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDABF

Black with #7DDABF

Text Example


Text Example

White with #7DDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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