Html Css Color HEX #7DCDBE Bermuda

📋 copy color: '#7DCDBE'

red 125 ◦ green 205 ◦ blue 190

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

Shades of Bermuda #7DCDBE

Tints of Bermuda #7DCDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

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

R = 24.04%
G = 39.42%
B = 36.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#7DCDBE (or 0x7DCDBE) is known color: Bermuda. HEX triplet: 7D, CD and BE. RGB value is (125,205,190). Sum of RGB (Red+Green+Blue) = 125+205+190=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDBE is #823241. Grayscale: #B3B3B3. Windows color (decimal): -8532546 or 12504445. OLE color: 12504445.

HSL color Cylindrical-coordinate representation of color #7DCDBE: hue angle of 168.75º 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 #7DCDBE is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 190 -
CMYK 0.39 0 0.07 0.20
HSL 168.75º 0.44% 0.65% -
HSV(B) 168.75º 0.39% 0.8% -
XYZ 39.58 51.74 56.62 -
YUV 179.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 125 205 190 0.39 0 0.07 0.20 168.75 0.44 0.65
Hex 7D CD BE 27 0 7 14 A9 2C 41
Octal 175 315 276 47 0 7 24 251 54 101
Binary 1111101 11001101 10111110 100111 0 111 10100 10101001 101100 1000001

Color Harmonies of #7DCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCDBE

Black with #7DCDBE

Text Example


Text Example

White with #7DCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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