Html Css Color HEX #7DCCBE Bermuda

📋 copy color: '#7DCCBE'

red 125 ◦ green 204 ◦ blue 190

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

Shades of Bermuda #7DCCBE

Tints of Bermuda #7DCCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.31%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 24.08%
G = 39.31%
B = 36.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#7DCCBE (or 0x7DCCBE) is known color: Bermuda. HEX triplet: 7D, CC and BE. RGB value is (125,204,190). Sum of RGB (Red+Green+Blue) = 125+204+190=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCBE is #823341. Grayscale: #B2B2B2. Windows color (decimal): -8532802 or 12504189. OLE color: 12504189.

HSL color Cylindrical-coordinate representation of color #7DCCBE: hue angle of 169.37º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCBE is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 190 -
CMYK 0.39 0 0.07 0.2
HSL 169.37º 0.44% 0.65% -
HSV(B) 169.37º 0.39% 0.8% -
XYZ 39.34 51.26 56.54 -
YUV 178.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 125 204 190 0.39 0 0.07 0.2 169.37 0.44 0.65
Hex 7D CC BE 27 0 7 14 A9 2C 41
Octal 175 314 276 47 0 7 24 251 54 101
Binary 1111101 11001100 10111110 100111 0 111 10100 10101001 101100 1000001

Color Harmonies of #7DCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCBE

Black with #7DCCBE

Text Example


Text Example

White with #7DCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,190); }

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

background-color css

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

 a { background-color: rgb(125,204,190); }

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

border-color css

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

 span { border-color: rgb(125,204,190); }

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