Html Css Color HEX #7DDCC1 Bermuda

📋 copy color: '#7DDCC1'

red 125 ◦ green 220 ◦ blue 193

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

Shades of Bermuda #7DDCC1

Tints of Bermuda #7DDCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 23.23%
G = 40.89%
B = 35.87%

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

#7DDCC1 (or 0x7DDCC1) is known color: Bermuda. HEX triplet: 7D, DC and C1. RGB value is (125,220,193). Sum of RGB (Red+Green+Blue) = 125+220+193=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC1 is #82233E. Grayscale: #BCBCBC. Windows color (decimal): -8528703 or 12704893. OLE color: 12704893.

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

Color convert

RGB 125 220 193 -
CMYK 0.43 0 0.12 0.14
HSL 162.95º 0.58% 0.68% -
HSV(B) 162.95º 0.43% 0.86% -
XYZ 43.68 59.4 59.61 -
YUV 188.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 125 220 193 0.43 0 0.12 0.14 162.95 0.58 0.68
Hex 7D DC C1 2B 0 C E A3 3A 44
Octal 175 334 301 53 0 14 16 243 72 104
Binary 1111101 11011100 11000001 101011 0 1100 1110 10100011 111010 1000100

Color Harmonies of #7DDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCC1

Black with #7DDCC1

Text Example


Text Example

White with #7DDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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