Html Css Color HEX #7ECFBC Bermuda

📋 copy color: '#7ECFBC'

red 126 ◦ green 207 ◦ blue 188

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

Shades of Bermuda #7ECFBC

Tints of Bermuda #7ECFBC

RGB

 RED value IS 126 (49.61% from 255) = 24.18%

 GREEN value IS 207 (81.25% from 255) = 39.73%

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 24.18%
G = 39.73%
B = 36.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#7ECFBC (or 0x7ECFBC) is known color: Bermuda. HEX triplet: 7E, CF and BC. RGB value is (126,207,188). Sum of RGB (Red+Green+Blue) = 126+207+188=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFBC is #813043. Grayscale: #B4B4B4. Windows color (decimal): -8466500 or 12373886. OLE color: 12373886.

HSL color Cylindrical-coordinate representation of color #7ECFBC: hue angle of 165.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECFBC is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 207 188 -
CMYK 0.39 0 0.09 0.19
HSL 165.93º 0.46% 0.65% -
HSV(B) 165.93º 0.39% 0.81% -
XYZ 39.99 52.69 55.64 -
YUV 180.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 126 207 188 0.39 0 0.09 0.19 165.93 0.46 0.65
Hex 7E CF BC 27 0 9 13 A6 2E 41
Octal 176 317 274 47 0 11 23 246 56 101
Binary 1111110 11001111 10111100 100111 0 1001 10011 10100110 101110 1000001

Color Harmonies of #7ECFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECFBC

Black with #7ECFBC

Text Example


Text Example

White with #7ECFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,207,188); }

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

background-color css

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

 a { background-color: rgb(126,207,188); }

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

border-color css

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

 span { border-color: rgb(126,207,188); }

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