Html Css Color HEX #7DDEBB Bermuda

📋 copy color: '#7DDEBB'

red 125 ◦ green 222 ◦ blue 187

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

Shades of Bermuda #7DDEBB

Tints of Bermuda #7DDEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

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

R = 23.41%
G = 41.57%
B = 35.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#7DDEBB (or 0x7DDEBB) is known color: Bermuda. HEX triplet: 7D, DE and BB. RGB value is (125,222,187). Sum of RGB (Red+Green+Blue) = 125+222+187=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDEBB is #822144. Grayscale: #BDBDBD. Windows color (decimal): -8528197 or 12312189. OLE color: 12312189.

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

Color convert

RGB 125 222 187 -
CMYK 0.44 0 0.16 0.13
HSL 158.35º 0.6% 0.68% -
HSV(B) 158.35º 0.44% 0.87% -
XYZ 43.55 60.19 56.34 -
YUV 189.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 125 222 187 0.44 0 0.16 0.13 158.35 0.6 0.68
Hex 7D DE BB 2C 0 10 D 9E 3C 44
Octal 175 336 273 54 0 20 15 236 74 104
Binary 1111101 11011110 10111011 101100 0 10000 1101 10011110 111100 1000100

Color Harmonies of #7DDEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEBB

Black with #7DDEBB

Text Example


Text Example

White with #7DDEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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