Html Css Color HEX #7DE0B4 Bermuda

📋 copy color: '#7DE0B4'

red 125 ◦ green 224 ◦ blue 180

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

Shades of Bermuda #7DE0B4

Tints of Bermuda #7DE0B4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

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

R = 23.63%
G = 42.34%
B = 34.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#7DE0B4 (or 0x7DE0B4) is known color: Bermuda. HEX triplet: 7D, E0 and B4. RGB value is (125,224,180). Sum of RGB (Red+Green+Blue) = 125+224+180=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE0B4 is #821F4B. Grayscale: #BDBDBD. Windows color (decimal): -8527692 or 11853949. OLE color: 11853949.

HSL color Cylindrical-coordinate representation of color #7DE0B4: hue angle of 153.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE0B4 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 224 180 -
CMYK 0.44 0 0.20 0.12
HSL 153.33º 0.61% 0.68% -
HSV(B) 153.33º 0.44% 0.88% -
XYZ 43.35 60.97 52.66 -
YUV 189.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 125 224 180 0.44 0 0.20 0.12 153.33 0.61 0.68
Hex 7D E0 B4 2C 0 14 C 99 3D 44
Octal 175 340 264 54 0 24 14 231 75 104
Binary 1111101 11100000 10110100 101100 0 10100 1100 10011001 111101 1000100

Color Harmonies of #7DE0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE0B4

Black with #7DE0B4

Text Example


Text Example

White with #7DE0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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