Html Css Color HEX #7DDCC2 Bermuda

📋 copy color: '#7DDCC2'

red 125 ◦ green 220 ◦ blue 194

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

Shades of Bermuda #7DDCC2

Tints of Bermuda #7DDCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 23.19%
G = 40.82%
B = 35.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#7DDCC2 (or 0x7DDCC2) is known color: Bermuda. HEX triplet: 7D, DC and C2. RGB value is (125,220,194). Sum of RGB (Red+Green+Blue) = 125+220+194=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC2 is #82233D. Grayscale: #BCBCBC. Windows color (decimal): -8528702 or 12770429. OLE color: 12770429.

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

Color convert

RGB 125 220 194 -
CMYK 0.43 0 0.12 0.14
HSL 163.58º 0.58% 0.68% -
HSV(B) 163.58º 0.43% 0.86% -
XYZ 43.79 59.44 60.2 -
YUV 188.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 125 220 194 0.43 0 0.12 0.14 163.58 0.58 0.68
Hex 7D DC C2 2B 0 C E A4 3A 44
Octal 175 334 302 53 0 14 16 244 72 104
Binary 1111101 11011100 11000010 101011 0 1100 1110 10100100 111010 1000100

Color Harmonies of #7DDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCC2

Black with #7DDCC2

Text Example


Text Example

White with #7DDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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