Html Css Color HEX #7DDCBB Bermuda

📋 copy color: '#7DDCBB'

red 125 ◦ green 220 ◦ blue 187

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

Shades of Bermuda #7DDCBB

Tints of Bermuda #7DDCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 187 (73.44% from 255) = 35.15%

R = 23.5%
G = 41.35%
B = 35.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#7DDCBB (or 0x7DDCBB) is known color: Bermuda. HEX triplet: 7D, DC and BB. RGB value is (125,220,187). Sum of RGB (Red+Green+Blue) = 125+220+187=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCBB is #822344. Grayscale: #BBBBBB. Windows color (decimal): -8528709 or 12311677. OLE color: 12311677.

HSL color Cylindrical-coordinate representation of color #7DDCBB: hue angle of 159.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCBB is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 187 -
CMYK 0.43 0 0.15 0.14
HSL 159.16º 0.58% 0.68% -
HSV(B) 159.16º 0.43% 0.86% -
XYZ 43.02 59.13 56.16 -
YUV 187.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 125 220 187 0.43 0 0.15 0.14 159.16 0.58 0.68
Hex 7D DC BB 2B 0 F E 9F 3A 44
Octal 175 334 273 53 0 17 16 237 72 104
Binary 1111101 11011100 10111011 101011 0 1111 1110 10011111 111010 1000100

Color Harmonies of #7DDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCBB

Black with #7DDCBB

Text Example


Text Example

White with #7DDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,187); }

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

background-color css

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

 a { background-color: rgb(125,220,187); }

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

border-color css

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

 span { border-color: rgb(125,220,187); }

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