Html Css Color HEX #7DC5C4 Bermuda

📋 copy color: '#7DC5C4'

red 125 ◦ green 197 ◦ blue 196

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

Shades of Bermuda #7DC5C4

Tints of Bermuda #7DC5C4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 24.13%
G = 38.03%
B = 37.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#7DC5C4 (or 0x7DC5C4) is known color: Bermuda. HEX triplet: 7D, C5 and C4. RGB value is (125,197,196). Sum of RGB (Red+Green+Blue) = 125+197+196=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5C4 is #823A3B. Grayscale: #AFAFAF. Windows color (decimal): -8534588 or 12895613. OLE color: 12895613.

HSL color Cylindrical-coordinate representation of color #7DC5C4: hue angle of 179.17º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC5C4 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 197 196 -
CMYK 0.37 0 0.01 0.23
HSL 179.17º 0.38% 0.63% -
HSV(B) 179.17º 0.37% 0.77% -
XYZ 38.39 48.28 59.52 -
YUV 175.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 125 197 196 0.37 0 0.01 0.23 179.17 0.38 0.63
Hex 7D C5 C4 25 0 1 17 B3 26 3F
Octal 175 305 304 45 0 1 27 263 46 77
Binary 1111101 11000101 11000100 100101 0 1 10111 10110011 100110 111111

Color Harmonies of #7DC5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC5C4

Black with #7DC5C4

Text Example


Text Example

White with #7DC5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,197,196); }

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

background-color css

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

 a { background-color: rgb(125,197,196); }

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

border-color css

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

 span { border-color: rgb(125,197,196); }

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