Html Css Color HEX #7DD8C6 Bermuda

📋 copy color: '#7DD8C6'

red 125 ◦ green 216 ◦ blue 198

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

Shades of Bermuda #7DD8C6

Tints of Bermuda #7DD8C6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.07%

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 23.19%
G = 40.07%
B = 36.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#7DD8C6 (or 0x7DD8C6) is known color: Bermuda. HEX triplet: 7D, D8 and C6. RGB value is (125,216,198). Sum of RGB (Red+Green+Blue) = 125+216+198=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD8C6 is #822739. Grayscale: #BABABA. Windows color (decimal): -8529722 or 13031549. OLE color: 13031549.

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

Color convert

RGB 125 216 198 -
CMYK 0.42 0 0.08 0.15
HSL 168.13º 0.54% 0.67% -
HSV(B) 168.13º 0.42% 0.85% -
XYZ 43.21 57.55 62.26 -
YUV 186.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 125 216 198 0.42 0 0.08 0.15 168.13 0.54 0.67
Hex 7D D8 C6 2A 0 8 F A8 36 43
Octal 175 330 306 52 0 10 17 250 66 103
Binary 1111101 11011000 11000110 101010 0 1000 1111 10101000 110110 1000011

Color Harmonies of #7DD8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD8C6

Black with #7DD8C6

Text Example


Text Example

White with #7DD8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,216,198); }

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

background-color css

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

 a { background-color: rgb(125,216,198); }

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

border-color css

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

 span { border-color: rgb(125,216,198); }

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