Html Css Color HEX #7DE0B3 Bermuda

📋 copy color: '#7DE0B3'

red 125 ◦ green 224 ◦ blue 179

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

Shades of Bermuda #7DE0B3

Tints of Bermuda #7DE0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.9%

R = 23.67%
G = 42.42%
B = 33.9%

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

#7DE0B3 (or 0x7DE0B3) is known color: Bermuda. HEX triplet: 7D, E0 and B3. RGB value is (125,224,179). Sum of RGB (Red+Green+Blue) = 125+224+179=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE0B3 is #821F4C. Grayscale: #BDBDBD. Windows color (decimal): -8527693 or 11788413. OLE color: 11788413.

HSL color Cylindrical-coordinate representation of color #7DE0B3: hue angle of 152.73º 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 #7DE0B3 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 224 179 -
CMYK 0.44 0 0.20 0.12
HSL 152.73º 0.61% 0.68% -
HSV(B) 152.73º 0.44% 0.88% -
XYZ 43.25 60.93 52.13 -
YUV 189.27 122.2 82.16 -
System Red Green Blue C M Y K H S L
Decimal 125 224 179 0.44 0 0.20 0.12 152.73 0.61 0.68
Hex 7D E0 B3 2C 0 14 C 99 3D 44
Octal 175 340 263 54 0 24 14 231 75 104
Binary 1111101 11100000 10110011 101100 0 10100 1100 10011001 111101 1000100

Color Harmonies of #7DE0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE0B3

Black with #7DE0B3

Text Example


Text Example

White with #7DE0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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