Html Css Color HEX #7DD1CA Bermuda

📋 copy color: '#7DD1CA'

red 125 ◦ green 209 ◦ blue 202

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

Shades of Bermuda #7DD1CA

Tints of Bermuda #7DD1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.99%

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 23.32%
G = 38.99%
B = 37.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#7DD1CA (or 0x7DD1CA) is known color: Bermuda. HEX triplet: 7D, D1 and CA. RGB value is (125,209,202). Sum of RGB (Red+Green+Blue) = 125+209+202=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD1CA is #822E35. Grayscale: #B7B7B7. Windows color (decimal): -8531510 or 13291901. OLE color: 13291901.

HSL color Cylindrical-coordinate representation of color #7DD1CA: hue angle of 175º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD1CA is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 209 202 -
CMYK 0.40 0 0.03 0.18
HSL 175º 0.48% 0.65% -
HSV(B) 175º 0.4% 0.82% -
XYZ 41.92 54.23 64.13 -
YUV 183.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 125 209 202 0.40 0 0.03 0.18 175 0.48 0.65
Hex 7D D1 CA 28 0 3 12 AF 30 41
Octal 175 321 312 50 0 3 22 257 60 101
Binary 1111101 11010001 11001010 101000 0 11 10010 10101111 110000 1000001

Color Harmonies of #7DD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD1CA

Black with #7DD1CA

Text Example


Text Example

White with #7DD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,209,202); }

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

background-color css

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

 a { background-color: rgb(125,209,202); }

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

border-color css

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

 span { border-color: rgb(125,209,202); }

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