Html Css Color HEX #7DDCC0 Bermuda

📋 copy color: '#7DDCC0'

red 125 ◦ green 220 ◦ blue 192

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

Shades of Bermuda #7DDCC0

Tints of Bermuda #7DDCC0

RGB

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

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

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

R = 23.28%
G = 40.97%
B = 35.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#7DDCC0 (or 0x7DDCC0) is known color: Bermuda. HEX triplet: 7D, DC and C0. RGB value is (125,220,192). Sum of RGB (Red+Green+Blue) = 125+220+192=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC0 is #82233F. Grayscale: #BCBCBC. Windows color (decimal): -8528704 or 12639357. OLE color: 12639357.

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

Color convert

RGB 125 220 192 -
CMYK 0.43 0 0.13 0.14
HSL 162.32º 0.58% 0.68% -
HSV(B) 162.32º 0.43% 0.86% -
XYZ 43.57 59.35 59.03 -
YUV 188.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 125 220 192 0.43 0 0.13 0.14 162.32 0.58 0.68
Hex 7D DC C0 2B 0 D E A2 3A 44
Octal 175 334 300 53 0 15 16 242 72 104
Binary 1111101 11011100 11000000 101011 0 1101 1110 10100010 111010 1000100

Color Harmonies of #7DDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCC0

Black with #7DDCC0

Text Example


Text Example

White with #7DDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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