Html Css Color HEX #7DDAB1 Bermuda

📋 copy color: '#7DDAB1'

red 125 ◦ green 218 ◦ blue 177

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

Shades of Bermuda #7DDAB1

Tints of Bermuda #7DDAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 24.04%
G = 41.92%
B = 34.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#7DDAB1 (or 0x7DDAB1) is known color: Bermuda. HEX triplet: 7D, DA and B1. RGB value is (125,218,177). Sum of RGB (Red+Green+Blue) = 125+218+177=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDAB1 is #82254E. Grayscale: #B9B9B9. Windows color (decimal): -8529231 or 11655805. OLE color: 11655805.

HSL color Cylindrical-coordinate representation of color #7DDAB1: hue angle of 153.55º 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 #7DDAB1 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 218 177 -
CMYK 0.43 0 0.19 0.15
HSL 153.55º 0.56% 0.67% -
HSV(B) 153.55º 0.43% 0.85% -
XYZ 41.46 57.68 50.54 -
YUV 185.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 125 218 177 0.43 0 0.19 0.15 153.55 0.56 0.67
Hex 7D DA B1 2B 0 13 F 9A 38 43
Octal 175 332 261 53 0 23 17 232 70 103
Binary 1111101 11011010 10110001 101011 0 10011 1111 10011010 111000 1000011

Color Harmonies of #7DDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDAB1

Black with #7DDAB1

Text Example


Text Example

White with #7DDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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