Html Css Color HEX #7DCAC0 Bermuda

📋 copy color: '#7DCAC0'

red 125 ◦ green 202 ◦ blue 192

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

Shades of Bermuda #7DCAC0

Tints of Bermuda #7DCAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.92%

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 24.08%
G = 38.92%
B = 36.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#7DCAC0 (or 0x7DCAC0) is known color: Bermuda. HEX triplet: 7D, CA and C0. RGB value is (125,202,192). Sum of RGB (Red+Green+Blue) = 125+202+192=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAC0 is #82353F. Grayscale: #B1B1B1. Windows color (decimal): -8533312 or 12634749. OLE color: 12634749.

HSL color Cylindrical-coordinate representation of color #7DCAC0: hue angle of 172.21º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAC0 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 202 192 -
CMYK 0.38 0 0.05 0.21
HSL 172.21º 0.42% 0.64% -
HSV(B) 172.21º 0.38% 0.79% -
XYZ 39.09 50.41 57.54 -
YUV 177.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 125 202 192 0.38 0 0.05 0.21 172.21 0.42 0.64
Hex 7D CA C0 26 0 5 15 AC 2A 40
Octal 175 312 300 46 0 5 25 254 52 100
Binary 1111101 11001010 11000000 100110 0 101 10101 10101100 101010 1000000

Color Harmonies of #7DCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCAC0

Black with #7DCAC0

Text Example


Text Example

White with #7DCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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