Html Css Color HEX #7DDDC0 Bermuda

📋 copy color: '#7DDDC0'

red 125 ◦ green 221 ◦ blue 192

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

Shades of Bermuda #7DDDC0

Tints of Bermuda #7DDDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

 BLUE value IS 192 (75.39% from 255) = 35.69%

R = 23.23%
G = 41.08%
B = 35.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#7DDDC0 (or 0x7DDDC0) is known color: Bermuda. HEX triplet: 7D, DD and C0. RGB value is (125,221,192). Sum of RGB (Red+Green+Blue) = 125+221+192=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDC0 is #82223F. Grayscale: #BDBDBD. Windows color (decimal): -8528448 or 12639613. OLE color: 12639613.

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

Color convert

RGB 125 221 192 -
CMYK 0.43 0 0.13 0.13
HSL 161.88º 0.59% 0.68% -
HSV(B) 161.88º 0.43% 0.87% -
XYZ 43.83 59.88 59.12 -
YUV 188.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 125 221 192 0.43 0 0.13 0.13 161.88 0.59 0.68
Hex 7D DD C0 2B 0 D D A2 3B 44
Octal 175 335 300 53 0 15 15 242 73 104
Binary 1111101 11011101 11000000 101011 0 1101 1101 10100010 111011 1000100

Color Harmonies of #7DDDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDC0

Black with #7DDDC0

Text Example


Text Example

White with #7DDDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,192); }

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

background-color css

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

 a { background-color: rgb(125,221,192); }

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

border-color css

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

 span { border-color: rgb(125,221,192); }

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