Html Css Color HEX #7DD6C3 Bermuda

📋 copy color: '#7DD6C3'

red 125 ◦ green 214 ◦ blue 195

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

Shades of Bermuda #7DD6C3

Tints of Bermuda #7DD6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 23.41%
G = 40.07%
B = 36.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#7DD6C3 (or 0x7DD6C3) is known color: Bermuda. HEX triplet: 7D, D6 and C3. RGB value is (125,214,195). Sum of RGB (Red+Green+Blue) = 125+214+195=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6C3 is #82293C. Grayscale: #B9B9B9. Windows color (decimal): -8530237 or 12834429. OLE color: 12834429.

HSL color Cylindrical-coordinate representation of color #7DD6C3: hue angle of 167.19º 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 #7DD6C3 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 195 -
CMYK 0.42 0 0.09 0.16
HSL 167.19º 0.52% 0.66% -
HSV(B) 167.19º 0.42% 0.84% -
XYZ 42.35 56.39 60.28 -
YUV 185.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 125 214 195 0.42 0 0.09 0.16 167.19 0.52 0.66
Hex 7D D6 C3 2A 0 9 10 A7 34 42
Octal 175 326 303 52 0 11 20 247 64 102
Binary 1111101 11010110 11000011 101010 0 1001 10000 10100111 110100 1000010

Color Harmonies of #7DD6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD6C3

Black with #7DD6C3

Text Example


Text Example

White with #7DD6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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