Html Css Color HEX #7DDEBA Bermuda

📋 copy color: '#7DDEBA'

red 125 ◦ green 222 ◦ blue 186

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

Shades of Bermuda #7DDEBA

Tints of Bermuda #7DDEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 23.45%
G = 41.65%
B = 34.9%

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

#7DDEBA (or 0x7DDEBA) is known color: Bermuda. HEX triplet: 7D, DE and BA. RGB value is (125,222,186). Sum of RGB (Red+Green+Blue) = 125+222+186=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDEBA is #822145. Grayscale: #BCBCBC. Windows color (decimal): -8528198 or 12246653. OLE color: 12246653.

HSL color Cylindrical-coordinate representation of color #7DDEBA: hue angle of 157.73º 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 #7DDEBA is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 222 186 -
CMYK 0.44 0 0.16 0.13
HSL 157.73º 0.6% 0.68% -
HSV(B) 157.73º 0.44% 0.87% -
XYZ 43.44 60.15 55.77 -
YUV 188.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 125 222 186 0.44 0 0.16 0.13 157.73 0.6 0.68
Hex 7D DE BA 2C 0 10 D 9E 3C 44
Octal 175 336 272 54 0 20 15 236 74 104
Binary 1111101 11011110 10111010 101100 0 10000 1101 10011110 111100 1000100

Color Harmonies of #7DDEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEBA

Black with #7DDEBA

Text Example


Text Example

White with #7DDEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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