Html Css Color HEX #7DD6C4 Bermuda

📋 copy color: '#7DD6C4'

red 125 ◦ green 214 ◦ blue 196

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

Shades of Bermuda #7DD6C4

Tints of Bermuda #7DD6C4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40%

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

R = 23.36%
G = 40%
B = 36.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#7DD6C4 (or 0x7DD6C4) is known color: Bermuda. HEX triplet: 7D, D6 and C4. RGB value is (125,214,196). Sum of RGB (Red+Green+Blue) = 125+214+196=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6C4 is #82293B. Grayscale: #B9B9B9. Windows color (decimal): -8530236 or 12899965. OLE color: 12899965.

HSL color Cylindrical-coordinate representation of color #7DD6C4: hue angle of 167.87º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD6C4 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 196 -
CMYK 0.42 0 0.08 0.16
HSL 167.87º 0.52% 0.66% -
HSV(B) 167.87º 0.42% 0.84% -
XYZ 42.47 56.44 60.88 -
YUV 185.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 125 214 196 0.42 0 0.08 0.16 167.87 0.52 0.66
Hex 7D D6 C4 2A 0 8 10 A8 34 42
Octal 175 326 304 52 0 10 20 250 64 102
Binary 1111101 11010110 11000100 101010 0 1000 10000 10101000 110100 1000010

Color Harmonies of #7DD6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD6C4

Black with #7DD6C4

Text Example


Text Example

White with #7DD6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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